Searched refs:ct_lookup_opts (Results 1 – 1 of 1) sorted by relevance
432 struct bpf_ct_opts___local ct_lookup_opts = { in tcp_lookup() local 465 ct = bpf_xdp_ct_lookup(ctx, &tup, tup_size, &ct_lookup_opts, sizeof(ct_lookup_opts)); in tcp_lookup() 467 ct = bpf_skb_ct_lookup(ctx, &tup, tup_size, &ct_lookup_opts, sizeof(ct_lookup_opts)); in tcp_lookup() 474 } else if (ct_lookup_opts.error != -ENOENT) { in tcp_lookup()