Searched refs:nlmsg_reply (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/sys/netlink/ |
| H A D | netlink_sysevent.c | 90 if (!nlmsg_reply(&nw, &hdr, sizeof(struct genlmsghdr))) { in sysevent_write()
|
| H A D | netlink_message_writer.h | 183 nlmsg_reply(struct nl_writer *nw, const struct nlmsghdr *hdr, int payload_len) in nlmsg_reply() function
|
| H A D | netlink_generic.c | 113 if (!nlmsg_reply(nw, hdr, sizeof(struct genlmsghdr))) in dump_family()
|
| /freebsd-14.2/sys/tests/ |
| H A D | ktest.c | 84 if (!nlmsg_reply(nw, hdr, sizeof(struct genlmsghdr))) in create_reply()
|
| /freebsd-14.2/sys/netlink/route/ |
| H A D | nexthop.c | 397 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 D | neigh.c | 153 if (!nlmsg_reply(nw, hdr, sizeof(struct ndmsg))) in dump_lle_locked()
|
| H A D | iface.c | 298 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 D | rt.c | 276 if (!nlmsg_reply(nw, hdr, sizeof(struct rtmsg))) in dump_px()
|
| /freebsd-14.2/sys/netinet/ |
| H A D | ip_carp.c | 2263 if (!nlmsg_reply(nw, hdr, sizeof(struct genlmsghdr))) { in carp_nl_send()
|