Searched refs:nlmsg_copy_next_header (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sys/compat/linux/ |
| H A D | linux_netlink.c | 210 #define nlmsg_copy_next_header(_hdr, _ns, _t) \ macro 341 ifinfo = nlmsg_copy_next_header(hdr, nw, struct ifinfomsg); in rtnl_newlink_to_linux() 376 ifamsg = nlmsg_copy_next_header(hdr, nw, struct ifaddrmsg); in rtnl_newaddr_to_linux() 398 ndm = nlmsg_copy_next_header(hdr, nw, struct ndmsg); in rtnl_newneigh_to_linux() 419 rtm = nlmsg_copy_next_header(hdr, nw, struct rtmsg); in rtnl_newroute_to_linux() 493 nlerr = nlmsg_copy_next_header(hdr, nw, struct nlmsgerr); in nlmsg_error_to_linux()
|