Home
last modified time | relevance | path

Searched refs:nlmsg_datalen (Results 1 – 6 of 6) sorted by relevance

/external/libnl/include/netlink/
Dmsg.h57 extern int nlmsg_datalen(const struct nlmsghdr *);
/external/libnl/
Dlibnl-3.sym295 nlmsg_datalen;
/external/libnl/lib/
Dmsg.c123 int nlmsg_datalen(const struct nlmsghdr *nlh) in nlmsg_datalen() function
130 return nlmsg_datalen(nlh); in nlmsg_len()
Dattr.c891 return nla_put(msg, attrtype, nlmsg_datalen(nested->nm_nlh), in nla_put_nested()
/external/libnl/python/netlink/
Dcapi.i203 extern int nlmsg_datalen(const struct nlmsghdr *);
/external/libnl/doc/
Dcore.txt1336 int nlmsg_datalen(const struct nlmsghdr *nlh);
1339 The length of the message payload is returned by nlmsg_datalen().
1343 <--- nlmsg_datalen(nlh) --->