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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dexceptions_assert.c68 _Static_assert(_Generic((sk->rx_queue_mapping), s32: 1, default: 0), "type match");
71 num = sk->rx_queue_mapping;
95 _Static_assert(_Generic((sk->rx_queue_mapping), s32: 1, default: 0), "type match");
98 num = sk->rx_queue_mapping;
H A Dverifier_sock.c460 __imm_const(bpf_sock_rx_queue_mapping__end, offsetofend(struct bpf_sock, rx_queue_mapping))
/linux-master/include/uapi/linux/
H A Dbpf.h6334 __s32 rx_queue_mapping; member in struct:bpf_sock
/linux-master/tools/include/uapi/linux/
H A Dbpf.h6334 __s32 rx_queue_mapping; member in struct:bpf_sock
/linux-master/net/core/
H A Dfilter.c8759 case offsetof(struct bpf_sock, rx_queue_mapping):
9986 case offsetof(struct bpf_sock, rx_queue_mapping):

Completed in 541 milliseconds