Searched refs:nlmsg_inherit (Results 1 – 5 of 5) sorted by relevance
78 extern struct nl_msg * nlmsg_inherit(struct nlmsghdr *);
324 struct nl_msg *nlmsg_inherit(struct nlmsghdr *hdr) in nlmsg_inherit() function358 msg = nlmsg_inherit(&nlh); in nlmsg_alloc_simple()929 errmsg = nlmsg_inherit(&err->msg); in dump_error_msg()
306 nlmsg_inherit;
224 extern struct nl_msg * nlmsg_inherit(struct nlmsghdr *);
1478 application may sue nlmsg_inherit(). It will allocate a message using1480 Calling nlmsg_inherit with +set+ to NULL is equivalent to calling1485 struct nl_msg *nlmsg_inherit(struct nlmsghdr *hdr);1489 netlink message flags. It is equivalent to nlmsg_inherit() except that it1503 added unless one of the function nlmsg_alloc_simple() or nlmsg_inherit()