HomeSort by relevance Sort by last modified time
    Searched refs:nfnl_queue_copy_mode (Results 1 - 3 of 3) sorted by null

  /external/libnl/include/netlink/netfilter/
queue.h 27 enum nfnl_queue_copy_mode { enum
51 enum nfnl_queue_copy_mode);
53 extern enum nfnl_queue_copy_mode nfnl_queue_get_copy_mode(const struct nfnl_queue *);
55 extern char * nfnl_queue_copy_mode2str(enum nfnl_queue_copy_mode,
57 extern enum nfnl_queue_copy_mode nfnl_queue_str2copy_mode(const char *);
  /external/libnl/lib/netfilter/
queue_obj.c 61 char *nfnl_queue_copy_mode2str(enum nfnl_queue_copy_mode copy_mode, char *buf,
68 enum nfnl_queue_copy_mode nfnl_queue_str2copy_mode(const char *name)
132 void nfnl_queue_set_copy_mode(struct nfnl_queue *queue, enum nfnl_queue_copy_mode mode)
143 enum nfnl_queue_copy_mode nfnl_queue_get_copy_mode(const struct nfnl_queue *queue)
  /external/libnl/src/
nf-queue.c 88 enum nfnl_queue_copy_mode copy_mode;

Completed in 62 milliseconds