diff options
-rw-r--r-- | include/netlink.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/netlink.h b/include/netlink.h index af98c5e..52d2480 100644 --- a/include/netlink.h +++ b/include/netlink.h @@ -7,27 +7,17 @@ struct nf_conntrack; struct nfct_handle; struct nfct_handle *nl_init_event_handler(void); - struct nfct_handle *nl_init_dump_handler(void); - struct nfct_handle *nl_init_request_handler(void); - struct nfct_handle *nl_init_overrun_handler(void); int nl_overrun_request_resync(void); - void nl_resize_socket_buffer(struct nfct_handle *h); - int nl_dump_conntrack_table(void); - int nl_exist_conntrack(const struct nf_conntrack *ct); - int nl_get_conntrack(const struct nf_conntrack *ct); - int nl_create_conntrack(const struct nf_conntrack *ct); - int nl_update_conntrack(const struct nf_conntrack *ct); - int nl_destroy_conntrack(const struct nf_conntrack *ct); static inline int ct_is_related(const struct nf_conntrack *ct) |