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

/linux-master/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))
H A Dverifier_sock.c796 __imm_const(bpf_xdp_sock_queue_id, offsetof(struct bpf_xdp_sock, queue_id))
/linux-master/include/uapi/linux/
H A Dbpf.h6412 struct bpf_xdp_sock { struct
/linux-master/tools/include/uapi/linux/
H A Dbpf.h6412 struct bpf_xdp_sock { struct
/linux-master/net/core/
H A Dfilter.c7246 if (off < 0 || off >= offsetofend(struct bpf_xdp_sock, queue_id))
7268 sizeof_field(struct bpf_xdp_sock, FIELD)); \
7275 case offsetof(struct bpf_xdp_sock, queue_id):

Completed in 353 milliseconds