Home
last modified time | relevance | path

Searched refs:nlmsg_end (Results 1 – 16 of 16) sorted by relevance

/freebsd-14.2/sys/compat/linux/
H A Dlinux_netlink.c363 nlmsg_end(nw); in rtnl_newlink_to_linux()
385 nlmsg_end(nw); in rtnl_newaddr_to_linux()
406 nlmsg_end(nw); in rtnl_newneigh_to_linux()
454 nlmsg_end(nw); in rtnl_newroute_to_linux()
498 nlmsg_end(nw); in nlmsg_error_to_linux()
515 nlmsg_end(nw); in nlmsg_error_to_linux()
/freebsd-14.2/sys/netlink/
H A Dnetlink_glue.c204 .nlmsg_end = nlmsg_end_stub,
272 nlmsg_end(struct nl_writer *nw) in nlmsg_end() function
274 return (_nl->nlmsg_end(nw)); in nlmsg_end()
H A Dnetlink_message_writer.h146 nlmsg_end(struct nl_writer *nw) in nlmsg_end() function
175 bool nlmsg_end(struct nl_writer *nw);
H A Dnetlink_sysevent.c107 nlmsg_end(&nw); in sysevent_write()
H A Dnetlink_module.c181 .nlmsg_end = _nlmsg_end,
H A Dnetlink_var.h199 bool (*nlmsg_end)(struct nl_writer *nw); member
H A Dnetlink_message_writer.c761 if (nlmsg_end(nw)) in nlmsg_ack()
781 nlmsg_end(nw); in _nlmsg_end_dump()
H A Dnetlink_generic.c163 if (nlmsg_end(nw)) in dump_family()
/freebsd-14.2/sys/modules/netlink/
H A DMakefile15 EXPORT_SYMS+= nlmsg_end
/freebsd-14.2/sys/tests/
H A Dktest.c108 if (nlmsg_end(nw)) in dump_mod_test()
340 nlmsg_end(ctx->npt->nw); in ktest_end_msg()
/freebsd-14.2/crypto/heimdal/lib/roken/
H A Dgetifaddrs.c505 struct nlmsg_list *nlmsg_list, *nlmsg_end, *nlm; in rk_getifaddrs() local
519 nlmsg_list = nlmsg_end = NULL; in rk_getifaddrs()
533 &nlmsg_list, &nlmsg_end)) < 0){ in rk_getifaddrs()
539 &nlmsg_list, &nlmsg_end)) < 0){ in rk_getifaddrs()
/freebsd-14.2/sys/netlink/route/
H A Dnexthop.c427 if (nlmsg_end(nw)) in dump_nhgrp()
488 if (nlmsg_end(nw)) in dump_nhop()
H A Dneigh.c200 if (nlmsg_end(nw)) in dump_lle_locked()
H A Diface.c364 if (nlmsg_end(nw)) in dump_iface()
1022 if (nlmsg_end(nw)) in dump_iface_addr()
H A Drt.c328 if (nlmsg_end(nw)) in dump_px()
/freebsd-14.2/sys/netinet/
H A Dip_carp.c2292 if (! nlmsg_end(nw)) { in carp_nl_send()