Home
last modified time | relevance | path

Searched refs:NL_MMAP_STATUS_UNUSED (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/Documentation/networking/
Dnetlink_mmap.txt155 - NL_MMAP_STATUS_UNUSED:
173 NL_MMAP_STATUS_UNUSED or queue the frame by setting the
179 setting the status to NL_MMAP_STATUS_UNUSED.
188 NL_MMAP_STATUS_UNUSED.
293 hdr->nm_status = NL_MMAP_STATUS_UNUSED;
315 if (hdr->nm_status != NL_MMAP_STATUS_UNUSED)
/linux-4.4.14/include/uapi/linux/
Dnetlink.h138 NL_MMAP_STATUS_UNUSED, enumerator
/linux-4.4.14/net/netlink/
Daf_netlink.c626 if (hdr->nm_status == NL_MMAP_STATUS_UNUSED) in netlink_forward_ring()
655 hdr = netlink_current_frame(ring, NL_MMAP_STATUS_UNUSED); in netlink_dump_space()
665 return hdr->nm_status == NL_MMAP_STATUS_UNUSED; in netlink_dump_space()
710 if (netlink_current_frame(&nlk->tx_ring, NL_MMAP_STATUS_UNUSED)) in netlink_poll()
786 netlink_set_status(hdr, NL_MMAP_STATUS_UNUSED); in netlink_mmap_sendmsg()
846 hdr = netlink_current_frame(ring, NL_MMAP_STATUS_UNUSED); in netlink_ring_set_copied()
890 netlink_set_status(hdr, NL_MMAP_STATUS_UNUSED); in netlink_skb_destructor()
1921 hdr = netlink_current_frame(ring, NL_MMAP_STATUS_UNUSED); in __netlink_alloc_skb()