Home
last modified time | relevance | path

Searched refs:nlmsg_add (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/sys/netlink/
H A Dnetlink_glue.c201 .nlmsg_add = nlmsg_add_stub,
265 nlmsg_add(struct nl_writer *nw, uint32_t portid, uint32_t seq, uint16_t type, in nlmsg_add() function
268 return (_nl->nlmsg_add(nw, portid, seq, type, flags, len)); in nlmsg_add()
H A Dnetlink_message_writer.h139 nlmsg_add(struct nl_writer *nw, uint32_t portid, uint32_t seq, uint16_t type, in nlmsg_add() function
173 bool nlmsg_add(struct nl_writer *nw, uint32_t portid, uint32_t seq, uint16_t type,
185 return (nlmsg_add(nw, hdr->nlmsg_pid, hdr->nlmsg_seq, hdr->nlmsg_type, in nlmsg_reply()
H A Dnetlink_module.c178 .nlmsg_add = _nlmsg_add,
H A Dnetlink_var.h195 bool (*nlmsg_add)(struct nl_writer *nw, uint32_t portid, uint32_t seq, uint16_t type, member
H A Dnetlink_message_writer.c746 if (!nlmsg_add(nw, nlp->nl_port, hdr->nlmsg_seq, NLMSG_ERROR, nl_flags, payload_len)) in nlmsg_ack()
772 if (!nlmsg_add(nw, hdr->nlmsg_pid, hdr->nlmsg_seq, NLMSG_DONE, 0, sizeof(int))) { in _nlmsg_end_dump()
/freebsd-14.2/sys/compat/linux/
H A Dlinux_netlink.c198 return (nlmsg_add(nw, hdr->nlmsg_pid, hdr->nlmsg_seq, hdr->nlmsg_type, in nlmsg_copy_header()