Searched refs:nf_conntrack (Results 1 – 13 of 13) sorted by relevance
26 struct nf_conntrack { struct30 void nf_conntrack_destroy(struct nf_conntrack *nfct); argument31 static inline void nf_conntrack_put(struct nf_conntrack *nfct) in nf_conntrack_put()36 static inline void nf_conntrack_get(struct nf_conntrack *nfct) in nf_conntrack_get()
4 nf_conntrack-y := nf_conntrack_core.o nf_conntrack_standalone.o nf_conntrack_expect.o nf_conntrack_…9 nf_conntrack-$(subst m,y,$(CONFIG_IPV6)) += nf_conntrack_proto_icmpv6.o10 nf_conntrack-$(CONFIG_NF_CONNTRACK_TIMEOUT) += nf_conntrack_timeout.o11 nf_conntrack-$(CONFIG_NF_CONNTRACK_TIMESTAMP) += nf_conntrack_timestamp.o12 nf_conntrack-$(CONFIG_NF_CONNTRACK_EVENTS) += nf_conntrack_ecache.o13 nf_conntrack-$(CONFIG_NF_CONNTRACK_LABELS) += nf_conntrack_labels.o14 nf_conntrack-$(CONFIG_NF_CT_PROTO_DCCP) += nf_conntrack_proto_dccp.o15 nf_conntrack-$(CONFIG_NF_CT_PROTO_SCTP) += nf_conntrack_proto_sctp.o16 nf_conntrack-$(CONFIG_NF_CT_PROTO_GRE) += nf_conntrack_proto_gre.o27 obj-$(CONFIG_NF_CONNTRACK) += nf_conntrack.o
443 struct nf_conntrack *nfct, enum ip_conntrack_info ctinfo, in synproxy_send_tcp()837 struct nf_conntrack *nfct, enum ip_conntrack_info ctinfo, in synproxy_send_tcp_ipv6()
665 void nf_conntrack_destroy(struct nf_conntrack *nfct) in nf_conntrack_destroy()
595 destroy_conntrack(struct nf_conntrack *nfct) in destroy_conntrack()
124 to be shown in procfs under net/netfilter/nf_conntrack. This
78 nf_conntrack-sysctl
67 struct nf_conntrack ct_general;
452 void (*destroy)(struct nf_conntrack *);
4131 static inline struct nf_conntrack *skb_nfct(const struct sk_buff *skb) in skb_nfct()
210 # NAT + specific targets: nf_conntrack
3089 nf_conntrack.acct=
5971 +#include <net/netfilter/nf_conntrack.h>