Searched refs:nlmsg_inherit (Results 1 – 6 of 6) sorted by relevance
72 extern struct nl_msg * nlmsg_inherit(struct nlmsghdr *);
317 struct nl_msg *nlmsg_inherit(struct nlmsghdr *hdr) in nlmsg_inherit() function351 msg = nlmsg_inherit(&nlh); in nlmsg_alloc_simple()922 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()
805 cmsg = nlmsg_inherit(nlh); in send_cloned_frame_msg()