Searched refs:nfct_handle (Results 1 – 25 of 29) sorted by relevance
12
/external/libnetfilter_conntrack/src/ |
D | main.c | 15 struct nfct_handle *nfct_open_nfnl(struct nfnl_handle *nfnlh, in nfct_open_nfnl() 23 struct nfct_handle *nfct_open_nfnl2(struct nfnl_handle *nfnlh, in nfct_open_nfnl2() 27 struct nfct_handle *cth; in nfct_open_nfnl2() 29 cth = malloc(sizeof(struct nfct_handle)); in nfct_open_nfnl2() 92 struct nfct_handle *nfct_open(uint8_t subsys_id, unsigned subscriptions) in nfct_open() 95 struct nfct_handle *nfcth; in nfct_open() 124 struct nfct_handle *nfct_open2(uint8_t subsys_id, unsigned subscriptions, int fd) in nfct_open2() 127 struct nfct_handle *nfcth; in nfct_open2() 145 int nfct_close(struct nfct_handle *cth) in nfct_close() 157 int nfct_close2(struct nfct_handle *cth, bool keep_fd) in nfct_close2() [all …]
|
/external/libnetfilter_conntrack/include/libnetfilter_conntrack/ |
D | libnetfilter_conntrack.h | 36 struct nfct_handle; 41 extern struct nfct_handle *nfct_open(uint8_t, unsigned); 42 extern struct nfct_handle *nfct_open2(uint8_t, unsigned, int); 43 extern struct nfct_handle *nfct_open_nfnl(struct nfnl_handle *nfnlh, 46 extern struct nfct_handle *nfct_open_nfnl2(struct nfnl_handle *nfnlh, 50 extern int nfct_close(struct nfct_handle *cth); 51 extern int nfct_close2(struct nfct_handle *cth, bool keep_fd); 53 extern int nfct_fd(struct nfct_handle *cth); 54 extern const struct nfnl_handle *nfct_nfnlh(struct nfct_handle *cth); 260 extern int nfct_callback_register(struct nfct_handle *h, [all …]
|
/external/libnetfilter_conntrack/src/expect/ |
D | api.c | 157 int nfexp_callback_register(struct nfct_handle *h, in nfexp_callback_register() 197 void nfexp_callback_unregister(struct nfct_handle *h) in nfexp_callback_unregister() 231 int nfexp_callback_register2(struct nfct_handle *h, in nfexp_callback_register2() 272 void nfexp_callback_unregister2(struct nfct_handle *h) in nfexp_callback_unregister2() 668 int nfexp_query(struct nfct_handle *h, in nfexp_query() 700 int nfexp_send(struct nfct_handle *h, in nfexp_send() 733 int nfexp_catch(struct nfct_handle *h) in nfexp_catch()
|
/external/libnetfilter_conntrack/src/conntrack/ |
D | api.c | 223 int nfct_callback_register(struct nfct_handle *h, in nfct_callback_register() 263 void nfct_callback_unregister(struct nfct_handle *h) in nfct_callback_unregister() 297 int nfct_callback_register2(struct nfct_handle *h, in nfct_callback_register2() 337 void nfct_callback_unregister2(struct nfct_handle *h) in nfct_callback_unregister2() 954 int nfct_query(struct nfct_handle *h, in nfct_query() 986 int nfct_send(struct nfct_handle *h, in nfct_send() 1020 int nfct_catch(struct nfct_handle *h) in nfct_catch()
|
/external/libnetfilter_conntrack/include/internal/ |
D | object.h | 15 struct nfct_handle { struct 50 struct nfct_handle *h; argument
|
/external/libnetfilter_conntrack/utils/ |
D | conntrack_flush.c | 12 struct nfct_handle *h; in main()
|
D | expect_flush.c | 12 struct nfct_handle *h; in main()
|
D | expect_dump.c | 24 struct nfct_handle *h; in main()
|
D | expect_events.c | 27 struct nfct_handle *h; in main()
|
D | conntrack_dump.c | 24 struct nfct_handle *h; in main()
|
D | conntrack_events.c | 27 struct nfct_handle *h; in main()
|
D | conntrack_delete.c | 13 struct nfct_handle *h; in main()
|
D | conntrack_dump_filter.c | 23 struct nfct_handle *h; in main()
|
D | conntrack_grp_create.c | 13 struct nfct_handle *h; in main()
|
D | conntrack_update.c | 13 struct nfct_handle *h; in main()
|
D | conntrack_create.c | 13 struct nfct_handle *h; in main()
|
D | expect_delete.c | 12 struct nfct_handle *h; in main()
|
D | conntrack_create_nat.c | 13 struct nfct_handle *h; in main()
|
D | ctexp_events.c | 41 struct nfct_handle *h; in main()
|
D | conntrack_get.c | 25 struct nfct_handle *h; in main()
|
D | expect_get.c | 24 struct nfct_handle *h; in main()
|
D | conntrack_filter.c | 29 struct nfct_handle *h; in main()
|
/external/libnetfilter_conntrack/qa/ |
D | test_filter.c | 32 struct nfct_handle *h; in main()
|
D | ct_events_reliable.c | 40 struct nfct_handle *h; in main()
|
D | ct_stress.c | 23 struct nfct_handle *h; in main()
|
12