Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/progs/
Dxdp_synproxy_kern.c410 struct bpf_ct_opts___local ct_lookup_opts = { in tcp_lookup() local
443 ct = bpf_xdp_ct_lookup(ctx, &tup, tup_size, &ct_lookup_opts, sizeof(ct_lookup_opts)); in tcp_lookup()
445 ct = bpf_skb_ct_lookup(ctx, &tup, tup_size, &ct_lookup_opts, sizeof(ct_lookup_opts)); in tcp_lookup()
452 } else if (ct_lookup_opts.error != -ENOENT) { in tcp_lookup()