Home
last modified time | relevance | path

Searched refs:nl_buf_alloc (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netlink/
H A Dnetlink_message_writer.c57 nw->buf = nl_buf_alloc(len, mflag); in nlmsg_get_buf()
172 new = nl_buf_alloc(new_len, nw->malloc_flag | M_ZERO); in _nlmsg_refill_buffer()
H A Dnetlink_var.h139 struct nl_buf *nl_buf_alloc(size_t len, int mflag);
H A Dnetlink_io.c57 nl_buf_alloc(size_t len, int mflag) in nl_buf_alloc() function
H A Dnetlink_domain.c191 copy = nl_buf_alloc(nb->buflen, M_NOWAIT); in nl_buf_copy()
581 nb = nl_buf_alloc(len, M_WAITOK); in nl_sosend()