Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netlink/
H A Dnetlink_sysevent.c90 if (!nlmsg_reply(&nw, &hdr, sizeof(struct genlmsghdr))) { in sysevent_write()
H A Dnetlink_message_writer.h183 nlmsg_reply(struct nl_writer *nw, const struct nlmsghdr *hdr, int payload_len) in nlmsg_reply() function
H A Dnetlink_generic.c113 if (!nlmsg_reply(nw, hdr, sizeof(struct genlmsghdr))) in dump_family()
/freebsd-14.2/sys/tests/
H A Dktest.c84 if (!nlmsg_reply(nw, hdr, sizeof(struct genlmsghdr))) in create_reply()
/freebsd-14.2/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.c153 if (!nlmsg_reply(nw, hdr, sizeof(struct ndmsg))) in dump_lle_locked()
H A Diface.c298 if (!nlmsg_reply(nw, hdr, sizeof(struct ifinfomsg))) in dump_iface()
963 if (!nlmsg_reply(nw, hdr, sizeof(struct ifaddrmsg))) in dump_iface_addr()
H A Drt.c276 if (!nlmsg_reply(nw, hdr, sizeof(struct rtmsg))) in dump_px()
/freebsd-14.2/sys/netinet/
H A Dip_carp.c2263 if (!nlmsg_reply(nw, hdr, sizeof(struct genlmsghdr))) { in carp_nl_send()