Home
last modified time | relevance | path

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

/external/libnl/include/netlink/netfilter/
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/
Dqueue_msg_obj.c37 struct nfnl_queue_msg *msg = (struct nfnl_queue_msg *) c; in nfnl_queue_msg_free_data()
47 struct nfnl_queue_msg *dst = (struct nfnl_queue_msg *) _dst; in nfnl_queue_msg_clone()
48 struct nfnl_queue_msg *src = (struct nfnl_queue_msg *) _src; in nfnl_queue_msg_clone()
65 struct nfnl_queue_msg *msg = (struct nfnl_queue_msg *) a; in nfnl_queue_msg_dump()
162 struct nfnl_queue_msg *nfnl_queue_msg_alloc(void) in nfnl_queue_msg_alloc()
164 return (struct nfnl_queue_msg *) nl_object_alloc(&queue_msg_obj_ops); in nfnl_queue_msg_alloc()
167 void nfnl_queue_msg_get(struct nfnl_queue_msg *msg) in nfnl_queue_msg_get()
172 void nfnl_queue_msg_put(struct nfnl_queue_msg *msg) in nfnl_queue_msg_put()
184 void nfnl_queue_msg_set_group(struct nfnl_queue_msg *msg, uint16_t group) in nfnl_queue_msg_set_group()
190 int nfnl_queue_msg_test_group(const struct nfnl_queue_msg *msg) in nfnl_queue_msg_test_group()
[all …]
Dqueue_msg.c63 struct nfnl_queue_msg **result) in nfnlmsg_queue_msg_parse()
65 struct nfnl_queue_msg *msg; in nfnlmsg_queue_msg_parse()
151 struct nfnl_queue_msg *msg; in queue_msg_parser()
165 struct nl_msg *nfnl_queue_msg_build_verdict(const struct nfnl_queue_msg *msg) in nfnl_queue_msg_build_verdict()
200 const struct nfnl_queue_msg *msg) in nfnl_queue_msg_send_verdict()
225 const struct nfnl_queue_msg *msg, in nfnl_queue_msg_send_verdict_payload()
/external/libnl/src/
Dnf-queue.c38 struct nfnl_queue_msg *msg = (struct nfnl_queue_msg *) obj; in obj_input()
46 struct nfnl_queue_msg *lost_msg = NULL; in obj_input()
/external/libnl/include/
Dnetlink-types.h808 struct nfnl_queue_msg { struct