Searched refs:xdp_ctx (Results 1 - 2 of 2) sorted by last modified time

/linux-master/tools/testing/selftests/bpf/progs/
H A Dxdp_synproxy_kern.c98 extern struct nf_conn *bpf_xdp_ct_lookup(struct xdp_md *xdp_ctx,
/linux-master/net/netfilter/
H A Dnf_conntrack_bpf.c238 * @xdp_ctx - Pointer to ctx (xdp_md) in XDP program
251 bpf_xdp_ct_alloc(struct xdp_md *xdp_ctx, struct bpf_sock_tuple *bpf_tuple, argument
254 struct xdp_buff *ctx = (struct xdp_buff *)xdp_ctx;
272 * @xdp_ctx - Pointer to ctx (xdp_md) in XDP program
285 bpf_xdp_ct_lookup(struct xdp_md *xdp_ctx, struct bpf_sock_tuple *bpf_tuple, argument
288 struct xdp_buff *ctx = (struct xdp_buff *)xdp_ctx;

Completed in 308 milliseconds