Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dtest_bpf_nf.c53 struct nf_conn *bpf_xdp_ct_lookup(struct xdp_md *, struct bpf_sock_tuple *, u32,
227 nf_ct_test((void *)bpf_xdp_ct_lookup, (void *)bpf_xdp_ct_alloc, ctx); in nf_xdp_ct_test()
A Dxdp_synproxy_kern.c94 extern struct nf_conn *bpf_xdp_ct_lookup(struct xdp_md *xdp_ctx,
443 ct = bpf_xdp_ct_lookup(ctx, &tup, tup_size, &ct_lookup_opts, sizeof(ct_lookup_opts)); in tcp_lookup()
/linux-6.3-rc2/net/netfilter/
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
473 BTF_ID_FLAGS(func, bpf_xdp_ct_lookup, KF_ACQUIRE | KF_RET_NULL)

Completed in 5 milliseconds