Home
last modified time | relevance | path

Searched refs:ct_zone_id (Results 1 – 2 of 2) sorted by relevance

/linux/net/netfilter/
H A Dnf_conntrack_bpf.c59 u16 ct_zone_id; member
126 u16 ct_zone_id; in __bpf_nf_ct_alloc_entry() local
136 ct_zone_id = READ_ONCE(opts->ct_zone_id); in __bpf_nf_ct_alloc_entry()
144 if (ct_zone_id) in __bpf_nf_ct_alloc_entry()
172 nf_ct_zone_init(&ct_zone, ct_zone_id, ct_zone_dir, 0); in __bpf_nf_ct_alloc_entry()
202 u16 ct_zone_id; in __bpf_nf_ct_lookup() local
214 ct_zone_id = READ_ONCE(opts->ct_zone_id); in __bpf_nf_ct_lookup()
222 if (ct_zone_id) in __bpf_nf_ct_lookup()
246 nf_ct_zone_init(&ct_zone, ct_zone_id, ct_zone_dir, 0); in __bpf_nf_ct_lookup()
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_bpf_nf.c70 u16 ct_zone_id; member
291 opts_def.ct_zone_id = 10; in nf_ct_opts_new_test()
334 opts_def.ct_zone_id = 0; in nf_ct_opts_new_test()