Searched refs:nl_parse_nlmsg (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/sys/netlink/route/ |
| H A D | neigh.c | 366 error = nl_parse_nlmsg(hdr, &ndmsg_parser, npt, &attrs); in rtnl_handle_newneigh() 479 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()
|
| H A D | iface.c | 457 error = nl_parse_nlmsg(hdr, &ifmsg_parser, npt, &attrs); in rtnl_handle_getlink() 538 error = nl_parse_nlmsg(hdr, &ifmsg_parser, npt, &attrs); in rtnl_handle_dellink() 674 error = nl_parse_nlmsg(hdr, &ifmsg_parser, npt, &attrs); in rtnl_handle_newlink() 1064 error = nl_parse_nlmsg(hdr, &ifa_parser, npt, &attrs); in rtnl_handle_getaddr() 1305 error = nl_parse_nlmsg(hdr, &ifa_parser, npt, &attrs); in rtnl_handle_addr()
|
| H A D | rt.c | 934 error = nl_parse_nlmsg(hdr, &rtm_parser, npt, &attrs); in rtnl_handle_newroute() 1001 error = nl_parse_nlmsg(hdr, &rtm_parser, npt, &attrs); in rtnl_handle_delroute() 1028 error = nl_parse_nlmsg(hdr, &rtm_parser, npt, &attrs); in rtnl_handle_getroute()
|
| H A D | nexthop.c | 892 error = nl_parse_nlmsg(hdr, &nhmsg_parser, npt, &attrs); in rtnl_handle_newnhop() 975 error = nl_parse_nlmsg(hdr, &nhmsg_parser, npt, &attrs); in rtnl_handle_delnhop() 1012 error = nl_parse_nlmsg(hdr, &nhmsg_parser, npt, &attrs); in rtnl_handle_getnhop()
|
| /freebsd-14.2/sys/tests/ |
| H A D | ktest.c | 138 error = nl_parse_nlmsg(hdr, &ktest_parser, npt, &attrs); in dump_tests() 169 error = nl_parse_nlmsg(hdr, &ktest_parser, npt, &attrs); in run_test()
|
| /freebsd-14.2/sys/netlink/ |
| H A D | netlink_generic.c | 217 error = nl_parse_nlmsg(hdr, &genl_parser, npt, &attrs); in nlctrl_handle_getfamily()
|
| H A D | netlink_message_parser.h | 294 nl_parse_nlmsg(struct nlmsghdr *hdr, const struct nlhdr_parser *parser, in nl_parse_nlmsg() function
|
| /freebsd-14.2/sys/netinet/ |
| H A D | ip_carp.c | 2343 error = nl_parse_nlmsg(hdr, &carp_parser, npt, &attrs); in carp_nl_get() 2388 error = nl_parse_nlmsg(hdr, &carp_parser, npt, &attrs); in carp_nl_set()
|