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

  /external/libnl/include/netlink/netfilter/
queue_msg.h 23 struct nfnl_queue_msg;
28 extern struct nfnl_queue_msg * nfnl_queue_msg_alloc(void);
30 struct nfnl_queue_msg **);
32 extern void nfnl_queue_msg_get(struct nfnl_queue_msg *);
33 extern void nfnl_queue_msg_put(struct nfnl_queue_msg *);
35 extern void nfnl_queue_msg_set_group(struct nfnl_queue_msg *, uint16_t);
36 extern int nfnl_queue_msg_test_group(const struct nfnl_queue_msg *);
37 extern uint16_t nfnl_queue_msg_get_group(const struct nfnl_queue_msg *);
39 extern void nfnl_queue_msg_set_family(struct nfnl_queue_msg *, uint8_t);
40 extern int nfnl_queue_msg_test_family(const struct nfnl_queue_msg *);
    [all...]
  /external/libnl/lib/netfilter/
queue_msg_obj.c 37 struct nfnl_queue_msg *msg = (struct nfnl_queue_msg *) c;
47 struct nfnl_queue_msg *dst = (struct nfnl_queue_msg *) _dst;
48 struct nfnl_queue_msg *src = (struct nfnl_queue_msg *) _src;
65 struct nfnl_queue_msg *msg = (struct nfnl_queue_msg *) a;
162 struct nfnl_queue_msg *nfnl_queue_msg_alloc(void)
164 return (struct nfnl_queue_msg *) nl_object_alloc(&queue_msg_obj_ops)
    [all...]
queue_msg.c 63 struct nfnl_queue_msg **result)
65 struct nfnl_queue_msg *msg;
151 struct nfnl_queue_msg *msg;
165 struct nl_msg *nfnl_queue_msg_build_verdict(const struct nfnl_queue_msg *msg)
200 const struct nfnl_queue_msg *msg)
225 const struct nfnl_queue_msg *msg,
  /external/libnl/src/
nf-queue.c 38 struct nfnl_queue_msg *msg = (struct nfnl_queue_msg *) obj;
46 struct nfnl_queue_msg *lost_msg = NULL;
  /external/libnl/include/
netlink-types.h 808 struct nfnl_queue_msg { struct

Completed in 402 milliseconds