Searched refs:nlmsg_end_dump (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/netlink/ |
H A D | netlink_glue.c | 196 .nlmsg_end_dump = nlmsg_end_dump_stub, 267 nlmsg_end_dump(struct nl_writer *nw, int error, struct nlmsghdr *hdr) in nlmsg_end_dump() function 269 return (_nl->nlmsg_end_dump(nw, error, hdr)); in nlmsg_end_dump()
|
H A D | netlink_message_writer.h | 137 nlmsg_end_dump(struct nl_writer *nw, int error, struct nlmsghdr *hdr) in nlmsg_end_dump() function 157 bool nlmsg_end_dump(struct nl_writer *nw, int error, struct nlmsghdr *hdr);
|
H A D | netlink_module.c | 155 .nlmsg_end_dump = _nlmsg_end_dump,
|
H A D | netlink_var.h | 170 bool (*nlmsg_end_dump)(struct nl_writer *nw, int error, struct nlmsghdr *hdr); member
|
H A D | netlink_generic.c | 295 if (!nlmsg_end_dump(npt->nw, error, hdr)) { in nlctrl_handle_getfamily()
|
/freebsd/sys/tests/ |
H A D | ktest.c | 154 if (!nlmsg_end_dump(npt->nw, error, hdr)) { in dump_tests() 236 if (!nlmsg_end_dump(npt->nw, error, hdr)) { in run_test()
|
/freebsd/sys/netlink/route/ |
H A D | neigh.c | 269 if (!nlmsg_end_dump(wa->nw, wa->error, &wa->hdr)) { in dump_llts()
|
H A D | iface.c | 511 if (!nlmsg_end_dump(wa.nw, error, &wa.hdr)) { in rtnl_handle_getlink() 1102 if (!nlmsg_end_dump(wa.nw, error, &wa.hdr)) { in rtnl_handle_getaddr()
|
H A D | nexthop.c | 1090 if (!nlmsg_end_dump(wa.nw, wa.error, &wa.hdr)) in rtnl_handle_getnhop()
|
H A D | rt.c | 703 if (!nlmsg_end_dump(wa.nw, wa.error, &wa.hdr)) { in finalize_nhop()
|
/freebsd/sys/netpfil/pf/ |
H A D | pf_nl.c | 288 if (!nlmsg_end_dump(npt->nw, error, hdr)) { in handle_dumpstates() 396 if (!nlmsg_end_dump(npt->nw, error, hdr)) { in pf_handle_getcreators() 2030 if (!nlmsg_end_dump(npt->nw, error, hdr)) { in pf_handle_get_tstats()
|
/freebsd/sys/netinet/ |
H A D | ip_carp.c | 2861 if (! nlmsg_end_dump(npt->nw, error, hdr)) in carp_nl_get()
|