Searched refs:nf_ct_ecache_ext_add (Results 1 – 5 of 5) sorted by relevance
| /net/netfilter/ |
| A D | nf_conntrack_ecache.c | 322 bool nf_ct_ecache_ext_add(struct nf_conn *ct, u16 ctmask, u16 expmask, gfp_t gfp) in nf_ct_ecache_ext_add() function 358 EXPORT_SYMBOL_GPL(nf_ct_ecache_ext_add);
|
| A D | xt_CT.c | 191 !nf_ct_ecache_ext_add(ct, info->ct_events, info->exp_events, in xt_ct_tg_check()
|
| A D | nft_ct.c | 327 nf_ct_ecache_ext_add(ct, ctmask, 0, GFP_ATOMIC); in nft_ct_set_eval()
|
| A D | nf_conntrack_core.c | 1804 !nf_ct_ecache_ext_add(ct, ecache ? ecache->ctmask : 0, in init_conntrack()
|
| A D | nf_conntrack_netlink.c | 2333 nf_ct_ecache_ext_add(ct, 0, 0, GFP_ATOMIC); in ctnetlink_create_conntrack()
|
Completed in 22 milliseconds