Searched refs:rx_queue_mapping (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | exceptions_assert.c | 68 _Static_assert(_Generic((sk->rx_queue_mapping), s32: 1, default: 0), "type match"); in check_assert_range_s64() 71 num = sk->rx_queue_mapping; in check_assert_range_s64() 95 _Static_assert(_Generic((sk->rx_queue_mapping), s32: 1, default: 0), "type match"); in check_assert_single_range_s64() 98 num = sk->rx_queue_mapping; in check_assert_single_range_s64()
|
| H A D | verifier_sock.c | 463 __imm_const(bpf_sock_rx_queue_mapping__end, offsetofend(struct bpf_sock, rx_queue_mapping)) in skb_sk_beyond_last_field_1()
|
| /linux/include/uapi/linux/ |
| H A D | bpf.h | 6424 __s32 rx_queue_mapping; member
|
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 6424 __s32 rx_queue_mapping; member
|
| /linux/net/core/ |
| H A D | filter.c | 8924 case offsetof(struct bpf_sock, rx_queue_mapping): in bpf_sock_is_valid_access() 10169 case offsetof(struct bpf_sock, rx_queue_mapping): in bpf_sock_convert_ctx_access()
|