Home
last modified time | relevance | path

Searched refs:bpf_xdp_sock (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dverifier_jeq_infer_not_null.c209 __imm_const(bpf_xdp_sock_queue_id, offsetof(struct bpf_xdp_sock, queue_id)) in null_ptr_to_map_value()
H A Dverifier_sock.c803 __imm_const(bpf_xdp_sock_queue_id, offsetof(struct bpf_xdp_sock, queue_id)) in xskmap_key_xs_queue_id()
/linux-6.15/tools/include/uapi/linux/
H A Dbpf.h6448 struct bpf_xdp_sock { struct
/linux-6.15/include/uapi/linux/
H A Dbpf.h6448 struct bpf_xdp_sock { struct
/linux-6.15/net/core/
H A Dfilter.c7389 if (off < 0 || off >= offsetofend(struct bpf_xdp_sock, queue_id)) in bpf_xdp_sock_is_valid_access()
7411 sizeof_field(struct bpf_xdp_sock, FIELD)); \ in bpf_xdp_sock_convert_ctx_access()
7418 case offsetof(struct bpf_xdp_sock, queue_id): in bpf_xdp_sock_convert_ctx_access()