Home
last modified time | relevance | path

Searched refs:nl_parse_nlmsg (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/sys/netlink/route/
HDneigh.c347 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()
HDiface.c391 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()
HDnexthop.c842 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()
HDrt.c864 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/
HDnetlink_message_parser.h283 nl_parse_nlmsg(struct nlmsghdr *hdr, const struct nlhdr_parser *parser, in nl_parse_nlmsg() function
HDnetlink_generic.c421 error = nl_parse_nlmsg(hdr, &genl_parser, npt, &attrs); in nlctrl_handle_getfamily()