Searched refs:ct_lookup_opts (Results 1 – 1 of 1) sorted by relevance
430 struct bpf_ct_opts___local ct_lookup_opts = { in tcp_lookup() local463 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()