Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_bpf_nf.c53 struct nf_conn *bpf_xdp_ct_lookup(struct xdp_md *, struct bpf_sock_tuple *, u32,
226 nf_ct_test((void *)bpf_xdp_ct_lookup, (void *)bpf_xdp_ct_alloc, ctx); in nf_xdp_ct_test()
H A Dxdp_synproxy_kern.c96 extern struct nf_conn *bpf_xdp_ct_lookup(struct xdp_md *xdp_ctx,
463 ct = bpf_xdp_ct_lookup(ctx, &tup, tup_size, &ct_lookup_opts, sizeof(ct_lookup_opts)); in tcp_lookup()
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_bpf.c287 bpf_xdp_ct_lookup(struct xdp_md *xdp_ctx, struct bpf_sock_tuple *bpf_tuple, in bpf_xdp_ct_lookup() function
474 BTF_ID_FLAGS(func, bpf_xdp_ct_lookup, KF_ACQUIRE | KF_RET_NULL)