Home
last modified time | relevance | path

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

/external/libnl/include/netlink/netfilter/
Dqueue.h53 extern enum nfnl_queue_copy_mode nfnl_queue_get_copy_mode(const struct nfnl_queue *);
/external/libnl/lib/netfilter/
Dqueue_obj.c143 enum nfnl_queue_copy_mode nfnl_queue_get_copy_mode(const struct nfnl_queue *queue) in nfnl_queue_get_copy_mode() function
Dqueue.c135 switch (nfnl_queue_get_copy_mode(queue)) { in nfnl_queue_build_request()