Home
last modified time | relevance | path

Searched defs:nlattr (Results 1 – 5 of 5) sorted by relevance

/external/libnl/include/linux-private/linux/
Dnetlink.h126 struct nlattr { struct
147 #define NLA_HDRLEN ((int) NLA_ALIGN(sizeof(struct nlattr))) argument
/external/kernel-headers/original/uapi/linux/
Dnetlink.h169 struct nlattr { struct
190 #define NLA_HDRLEN ((int) NLA_ALIGN(sizeof(struct nlattr))) argument
/external/iproute2/include/linux/
Dnetlink.h165 struct nlattr { struct
186 #define NLA_HDRLEN ((int) NLA_ALIGN(sizeof(struct nlattr))) argument
/external/libnl/python/netlink/genl/
Dcapi.i45 struct nlattr { struct
/external/libnl/python/netlink/
Dcore.py776 def nlattr(**kwds): function