Home
last modified time | relevance | path

Searched refs:nlmsg_reply (Results 1 – 11 of 11) sorted by relevance

/src/sys/netpfil/pf/
H A Dpf_nl.c160 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 Dpflow.c1323 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 Dnetlink_sysevent.c91 if (!nlmsg_reply(&nw, &hdr, sizeof(struct genlmsghdr))) { in sysevent_write()
H A Dnetlink_message_writer.h164 nlmsg_reply(struct nl_writer *nw, const struct nlmsghdr *hdr, int payload_len) in nlmsg_reply() function
H A Dnetlink_generic.c174 if (!nlmsg_reply(nw, hdr, sizeof(struct genlmsghdr))) in dump_family()
/src/sys/tests/
H A Dktest.c84 if (!nlmsg_reply(nw, hdr, sizeof(struct genlmsghdr))) in create_reply()
/src/sys/netlink/route/
H A Dnexthop.c397 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 Dneigh.c152 if (!nlmsg_reply(nw, hdr, sizeof(struct ndmsg))) in dump_lle_locked()
H A Diface.c300 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 Drt.c279 if (!nlmsg_reply(nw, hdr, sizeof(struct rtmsg))) in dump_px()
/src/sys/netinet/
H A Dip_carp.c2611 if (!nlmsg_reply(nw, hdr, sizeof(struct genlmsghdr))) { in carp_nl_get()