Home
last modified time | relevance | path

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

/openbmc/linux/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.c796 __imm_const(bpf_xdp_sock_queue_id, offsetof(struct bpf_xdp_sock, queue_id)) in xskmap_key_xs_queue_id()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h6280 struct bpf_xdp_sock { struct
/openbmc/linux/include/uapi/linux/
H A Dbpf.h6280 struct bpf_xdp_sock { struct
/openbmc/linux/net/core/
H A Dfilter.c7247 if (off < 0 || off >= offsetofend(struct bpf_xdp_sock, queue_id)) in bpf_xdp_sock_is_valid_access()
7269 sizeof_field(struct bpf_xdp_sock, FIELD)); \ in bpf_xdp_sock_convert_ctx_access()
7276 case offsetof(struct bpf_xdp_sock, queue_id): in bpf_xdp_sock_convert_ctx_access()