Home
last modified time | relevance | path

Searched refs:ndmsg (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/sys/compat/linux/
HDlinux_netlink.c80 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/
HDneigh.c137 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);
HDneigh.h36 struct ndmsg { struct
/freebsd-13-stable/sys/netlink/
HDnetlink_snl_route_parsers.h229 #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/
HDdriver_nl80211.c5871 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()