Searched refs:nl_parse_nlmsg (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13-stable/sys/netlink/route/ |
| HD | neigh.c | 347 error = nl_parse_nlmsg(hdr, &ndmsg_parser, npt, &attrs); in rtnl_handle_newneigh() 459 error = nl_parse_nlmsg(hdr, &ndmsg_parser, npt, &attrs); in rtnl_handle_delneigh() 506 error = nl_parse_nlmsg(hdr, &ndmsg_parser, npt, &attrs); in rtnl_handle_getneigh()
|
| HD | iface.c | 391 error = nl_parse_nlmsg(hdr, &ifmsg_parser, npt, &attrs); in rtnl_handle_getlink() 514 error = nl_parse_nlmsg(hdr, &ifmsg_parser, npt, &attrs); in rtnl_handle_dellink() 666 error = nl_parse_nlmsg(hdr, &ifmsg_parser, npt, &attrs); in rtnl_handle_newlink() 882 error = nl_parse_nlmsg(hdr, &ifaddrmsg_parser, npt, &attrs); in rtnl_handle_getaddr()
|
| HD | nexthop.c | 842 error = nl_parse_nlmsg(hdr, &nhmsg_parser, npt, &attrs); in rtnl_handle_newnhop() 925 error = nl_parse_nlmsg(hdr, &nhmsg_parser, npt, &attrs); in rtnl_handle_delnhop() 966 error = nl_parse_nlmsg(hdr, &nhmsg_parser, npt, &attrs); in rtnl_handle_getnhop()
|
| HD | rt.c | 864 error = nl_parse_nlmsg(hdr, &rtm_parser, npt, &attrs); in rtnl_handle_newroute() 928 error = nl_parse_nlmsg(hdr, &rtm_parser, npt, &attrs); in rtnl_handle_delroute() 956 error = nl_parse_nlmsg(hdr, &rtm_parser, npt, &attrs); in rtnl_handle_getroute()
|
| /freebsd-13-stable/sys/netlink/ |
| HD | netlink_message_parser.h | 283 nl_parse_nlmsg(struct nlmsghdr *hdr, const struct nlhdr_parser *parser, in nl_parse_nlmsg() function
|
| HD | netlink_generic.c | 421 error = nl_parse_nlmsg(hdr, &genl_parser, npt, &attrs); in nlctrl_handle_getfamily()
|