Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dxdp_synproxy_kern.c430 struct bpf_ct_opts___local ct_lookup_opts = { in tcp_lookup() local
463 ct = bpf_xdp_ct_lookup(ctx, &tup, tup_size, &ct_lookup_opts, sizeof(ct_lookup_opts)); in tcp_lookup()
465 ct = bpf_skb_ct_lookup(ctx, &tup, tup_size, &ct_lookup_opts, sizeof(ct_lookup_opts)); in tcp_lookup()
472 } else if (ct_lookup_opts.error != -ENOENT) { in tcp_lookup()