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 360 ifinfo = nlmsg_copy_next_header(hdr, nw, struct ifinfomsg); in rtnl_newlink_to_linux() 395 ifamsg = nlmsg_copy_next_header(hdr, nw, struct ifaddrmsg); in rtnl_newaddr_to_linux() 417 ndm = nlmsg_copy_next_header(hdr, nw, struct ndmsg); in rtnl_newneigh_to_linux() 438 rtm = nlmsg_copy_next_header(hdr, nw, struct rtmsg); in rtnl_newroute_to_linux() 512 nlerr = nlmsg_copy_next_header(hdr, nw, struct nlmsgerr); in nlmsg_error_to_linux()
|