Searched refs:ndmsg (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13-stable/sys/compat/linux/ |
| HD | linux_netlink.c | 80 struct ndmsg *ndm = (struct ndmsg *)(hdr + 1); in rtnl_neigh_from_linux() 82 if (hdr->nlmsg_len >= sizeof(struct nlmsghdr) + sizeof(struct ndmsg)) in rtnl_neigh_from_linux() 398 struct ndmsg *ndm; in rtnl_newneigh_to_linux() 399 ndm = nlmsg_copy_next_header(hdr, nw, struct ndmsg); in rtnl_newneigh_to_linux() 404 if (!nlmsg_copy_all_nla(hdr, sizeof(struct ndmsg), nw)) in rtnl_newneigh_to_linux()
|
| /freebsd-13-stable/sys/netlink/route/ |
| HD | neigh.c | 137 struct ndmsg *ndm; in dump_lle_locked() 151 if (!nlmsg_reply(nw, hdr, sizeof(struct ndmsg))) in dump_lle_locked() 154 ndm = nlmsg_reserve_object(nw, struct ndmsg); in dump_lle_locked() 307 #define _IN(_field) offsetof(struct ndmsg, _field) 330 NL_DECLARE_PARSER(ndmsg_parser, struct ndmsg, nlf_p_neigh, nla_p_neigh);
|
| HD | neigh.h | 36 struct ndmsg { struct
|
| /freebsd-13-stable/sys/netlink/ |
| HD | netlink_snl_route_parsers.h | 229 #define _IN(_field) offsetof(struct ndmsg, _field) 243 SNL_DECLARE_PARSER(snl_rtm_neigh_parser, struct ndmsg, _fp_p_neigh_s, _nla_p_neigh_s);
|
| /freebsd-13-stable/contrib/wpa/src/drivers/ |
| HD | driver_nl80211.c | 5871 struct ndmsg nhdr = { in rtnl_neigh_delete_fdb_entry() 12201 struct ndmsg nhdr = { in wpa_driver_br_add_ip_neigh() 12265 struct ndmsg nhdr = { in wpa_driver_br_delete_ip_neigh()
|