Searched refs:eth_protocol (Results 1 – 14 of 14) sorted by relevance
| /Linux-v5.10/tools/testing/selftests/bpf/progs/ |
| D | test_select_reuseport_kern.c | 81 data_check.eth_protocol = reuse_md->eth_protocol; in _select_by_skb_data() 85 if (data_check.eth_protocol == bpf_htons(ETH_P_IP)) { in _select_by_skb_data()
|
| /Linux-v5.10/tools/testing/selftests/bpf/ |
| D | test_select_reuseport_common.h | 28 __u16 eth_protocol; member
|
| /Linux-v5.10/arch/um/include/shared/ |
| D | net_kern.h | 67 extern unsigned short eth_protocol(struct sk_buff *skb);
|
| /Linux-v5.10/arch/um/os-Linux/drivers/ |
| D | tuntap_kern.c | 51 .protocol = eth_protocol,
|
| D | ethertap_kern.c | 61 .protocol = eth_protocol,
|
| /Linux-v5.10/arch/um/drivers/ |
| D | daemon_kern.c | 56 .protocol = eth_protocol,
|
| D | pcap_kern.c | 48 .protocol = eth_protocol,
|
| D | vde_kern.c | 65 .protocol = eth_protocol,
|
| D | umcast_kern.c | 65 .protocol = eth_protocol,
|
| D | net_kern.c | 888 unsigned short eth_protocol(struct sk_buff *skb) in eth_protocol() function
|
| /Linux-v5.10/tools/testing/selftests/bpf/prog_tests/ |
| D | select_reuseport.c | 273 expected.eth_protocol = htons(ETH_P_IPV6); in check_data() 286 expected.eth_protocol = htons(ETH_P_IP); in check_data() 299 result.eth_protocol, result.ip_protocol, in check_data() 302 expected.eth_protocol, expected.ip_protocol, in check_data()
|
| /Linux-v5.10/tools/include/uapi/linux/ |
| D | bpf.h | 4354 __u32 eth_protocol; member
|
| /Linux-v5.10/include/uapi/linux/ |
| D | bpf.h | 4354 __u32 eth_protocol; member
|
| /Linux-v5.10/net/core/ |
| D | filter.c | 10014 case bpf_ctx_range(struct sk_reuseport_md, eth_protocol): in sk_reuseport_is_valid_access() 10066 case offsetof(struct sk_reuseport_md, eth_protocol): in sk_reuseport_convert_ctx_access()
|