Home
last modified time | relevance | path

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

/external/libnl/include/netlink/
Dmsg.h72 extern struct nl_msg * nlmsg_inherit(struct nlmsghdr *);
/external/libnl/lib/
Dmsg.c317 struct nl_msg *nlmsg_inherit(struct nlmsghdr *hdr) in nlmsg_inherit() function
351 msg = nlmsg_inherit(&nlh); in nlmsg_alloc_simple()
922 errmsg = nlmsg_inherit(&err->msg); in dump_error_msg()
/external/libnl/
Dlibnl-3.sym306 nlmsg_inherit;
/external/libnl/python/netlink/
Dcapi.i224 extern struct nl_msg * nlmsg_inherit(struct nlmsghdr *);
/external/libnl/doc/
Dcore.txt1478 application may sue nlmsg_inherit(). It will allocate a message using
1480 Calling nlmsg_inherit with +set+ to NULL is equivalent to calling
1485 struct nl_msg *nlmsg_inherit(struct nlmsghdr *hdr);
1489 netlink message flags. It is equivalent to nlmsg_inherit() except that it
1503 added unless one of the function nlmsg_alloc_simple() or nlmsg_inherit()
/external/wmediumd/wmediumd/
Dwmediumd.c805 cmsg = nlmsg_inherit(nlh); in send_cloned_frame_msg()