Home
last modified time | relevance | path

Searched refs:nf_conntrack_ecache (Results 1 – 8 of 8) sorted by relevance

/linux-5.19.10/include/net/netfilter/
Dnf_conntrack_ecache.h21 struct nf_conntrack_ecache { struct
29 static inline struct nf_conntrack_ecache * argument
102 struct nf_conntrack_ecache *e; in nf_conntrack_event_cache()
/linux-5.19.10/net/netfilter/
Dnf_conntrack_ecache.c127 static int __nf_conntrack_eventmask_report(struct nf_conntrack_ecache *e, in __nf_conntrack_eventmask_report()
168 struct nf_conntrack_ecache *e; in nf_conntrack_eventmask_report()
206 struct nf_conntrack_ecache *e; in nf_ct_deliver_cached_events()
238 struct nf_conntrack_ecache *e; in nf_ct_expect_event_report()
303 struct nf_conntrack_ecache *e; in nf_ct_ecache_ext_add()
Dnf_conntrack_extend.c40 [NF_CT_EXT_ECACHE] = sizeof(struct nf_conntrack_ecache),
72 + sizeof(struct nf_conntrack_ecache) in total_extension_size()
DMakefile12 nf_conntrack-$(CONFIG_NF_CONNTRACK_EVENTS) += nf_conntrack_ecache.o
Dnft_ct.c324 struct nf_conntrack_ecache *e = nf_ct_ecache_find(ct); in nft_ct_set_eval()
Dnf_conntrack_core.c1714 struct nf_conntrack_ecache *ecache; in init_conntrack()
/linux-5.19.10/include/net/netns/
Dconntrack.h19 struct nf_conntrack_ecache;
/linux-5.19.10/net/openvswitch/
Dconntrack.c1232 struct nf_conntrack_ecache *cache = nf_ct_ecache_find(ct); in ovs_ct_commit()