Searched refs:nfnl_queue_msg (Results 1 - 5 of 5) sorted by relevance

/external/libnl/include/netlink/netfilter/
H A Dqueue_msg.h23 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/
H A Dqueue_msg_obj.c37 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_allo
[all...]
H A Dqueue_msg.c63 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/
H A Dnf-queue.c38 struct nfnl_queue_msg *msg = (struct nfnl_queue_msg *) obj;
46 struct nfnl_queue_msg *lost_msg = NULL;
/external/libnl/include/
H A Dnetlink-types.h808 struct nfnl_queue_msg { struct

Completed in 436 milliseconds