Searched refs:nlmsg_reply (Results 1 – 11 of 11) sorted by relevance
| /src/sys/netpfil/pf/ |
| H A D | pf_nl.c | 160 if (!nlmsg_reply(nw, hdr, sizeof(struct genlmsghdr))) in dump_state() 322 if (!nlmsg_reply(nw, hdr, sizeof(struct genlmsghdr))) in dump_creatorid() 853 if (!nlmsg_reply(nw, hdr, sizeof(struct genlmsghdr))) in pf_handle_getrules() 913 if (!nlmsg_reply(nw, hdr, sizeof(struct genlmsghdr))) in pf_handle_getrule() 1106 if (!nlmsg_reply(nw, hdr, sizeof(struct genlmsghdr))) in pf_handle_killclear_states() 1240 if (!nlmsg_reply(nw, hdr, sizeof(struct genlmsghdr))) in pf_handle_get_status() 1329 if (!nlmsg_reply(nw, hdr, sizeof(struct genlmsghdr))) in pf_handle_natlook() 1418 if (!nlmsg_reply(nw, hdr, sizeof(struct genlmsghdr))) in pf_handle_get_timeout() 1476 if (!nlmsg_reply(nw, hdr, sizeof(struct genlmsghdr))) in pf_handle_get_limit() 1504 if (!nlmsg_reply(nw, hdr, sizeof(struct genlmsghdr))) in pf_handle_begin_addrs() [all …]
|
| H A D | pflow.c | 1323 if (!nlmsg_reply(nw, hdr, sizeof(struct genlmsghdr))) { in pflow_nl_list() 1357 if (! nlmsg_reply(nw, hdr, sizeof(struct genlmsghdr))) { in pflow_nl_create() 1478 if (! nlmsg_reply(nw, hdr, sizeof(struct genlmsghdr))) { in pflow_nl_get()
|
| /src/sys/netlink/ |
| H A D | netlink_sysevent.c | 91 if (!nlmsg_reply(&nw, &hdr, sizeof(struct genlmsghdr))) { in sysevent_write()
|
| H A D | netlink_message_writer.h | 164 nlmsg_reply(struct nl_writer *nw, const struct nlmsghdr *hdr, int payload_len) in nlmsg_reply() function
|
| H A D | netlink_generic.c | 174 if (!nlmsg_reply(nw, hdr, sizeof(struct genlmsghdr))) in dump_family()
|
| /src/sys/tests/ |
| H A D | ktest.c | 84 if (!nlmsg_reply(nw, hdr, sizeof(struct genlmsghdr))) in create_reply()
|
| /src/sys/netlink/route/ |
| H A D | nexthop.c | 397 if (!nlmsg_reply(nw, hdr, sizeof(struct nhmsg))) in dump_nhgrp() 439 if (!nlmsg_reply(nw, hdr, sizeof(struct nhmsg))) in dump_nhop()
|
| H A D | neigh.c | 152 if (!nlmsg_reply(nw, hdr, sizeof(struct ndmsg))) in dump_lle_locked()
|
| H A D | iface.c | 300 if (!nlmsg_reply(nw, hdr, sizeof(struct ifinfomsg))) in dump_iface() 979 if (!nlmsg_reply(nw, hdr, sizeof(struct ifaddrmsg))) in dump_iface_addr()
|
| H A D | rt.c | 279 if (!nlmsg_reply(nw, hdr, sizeof(struct rtmsg))) in dump_px()
|
| /src/sys/netinet/ |
| H A D | ip_carp.c | 2611 if (!nlmsg_reply(nw, hdr, sizeof(struct genlmsghdr))) { in carp_nl_get()
|