Searched refs:nlmsg_reply (Results 1 – 11 of 11) sorted by relevance
| /freebsd/sys/netpfil/pf/ |
| H A D | pf_nl.c | 183 if (!nlmsg_reply(nw, hdr, sizeof(struct genlmsghdr))) in dump_state() 348 if (!nlmsg_reply(nw, hdr, sizeof(struct genlmsghdr))) in dump_creatorid() 881 if (!nlmsg_reply(nw, hdr, sizeof(struct genlmsghdr))) in pf_handle_getrules() 1052 if (!nlmsg_reply(nw, hdr, sizeof(struct genlmsghdr))) in pf_handle_getrule() 1143 if (!nlmsg_reply(nw, hdr, sizeof(struct genlmsghdr))) in pf_handle_killclear_states() 1277 if (!nlmsg_reply(nw, hdr, sizeof(struct genlmsghdr))) in pf_handle_get_status() 1366 if (!nlmsg_reply(nw, hdr, sizeof(struct genlmsghdr))) in pf_handle_natlook() 1455 if (!nlmsg_reply(nw, hdr, sizeof(struct genlmsghdr))) in pf_handle_get_timeout() 1513 if (!nlmsg_reply(nw, hdr, sizeof(struct genlmsghdr))) in pf_handle_get_limit() 1541 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()
|
| /freebsd/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 | 180 if (!nlmsg_reply(nw, hdr, sizeof(struct genlmsghdr))) in dump_family()
|
| /freebsd/sys/tests/ |
| H A D | ktest.c | 84 if (!nlmsg_reply(nw, hdr, sizeof(struct genlmsghdr))) in create_reply()
|
| /freebsd/sys/netlink/route/ |
| H A D | nexthop.c | 393 if (!nlmsg_reply(nw, hdr, sizeof(struct nhmsg))) in dump_nhgrp() 435 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() 976 if (!nlmsg_reply(nw, hdr, sizeof(struct ifaddrmsg))) in dump_iface_addr()
|
| H A D | rt.c | 306 if (!nlmsg_reply(nw, hdr, sizeof(struct rtmsg))) in dump_px()
|
| /freebsd/sys/netinet/ |
| H A D | ip_carp.c | 2611 if (!nlmsg_reply(nw, hdr, sizeof(struct genlmsghdr))) { in carp_nl_get()
|