Searched refs:nlmsg_copy_next_header (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/compat/linux/ |
| H A D | linux_netlink.c | 230 #define nlmsg_copy_next_header(_hdr, _ns, _t) \ macro 363 ifinfo = nlmsg_copy_next_header(hdr, nw, struct ifinfomsg); in rtnl_newlink_to_linux() 406 ifamsg = nlmsg_copy_next_header(hdr, nw, struct ifaddrmsg); in rtnl_newaddr_to_linux() 428 ndm = nlmsg_copy_next_header(hdr, nw, struct ndmsg); in rtnl_newneigh_to_linux() 449 rtm = nlmsg_copy_next_header(hdr, nw, struct rtmsg); in rtnl_newroute_to_linux() 523 nlerr = nlmsg_copy_next_header(hdr, nw, struct nlmsgerr); in nlmsg_error_to_linux()
|