Searched refs:eth_protocol (Results 1 – 14 of 14) sorted by relevance
| /Linux-v5.4/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.4/tools/testing/selftests/bpf/ |
| D | test_select_reuseport_common.h | 28 __u16 eth_protocol; member
|
| D | test_select_reuseport.c | 256 expected.eth_protocol = htons(ETH_P_IPV6); in check_data() 269 expected.eth_protocol = htons(ETH_P_IP); in check_data() 282 result.eth_protocol, result.ip_protocol, in check_data() 285 expected.eth_protocol, expected.ip_protocol, in check_data()
|
| /Linux-v5.4/arch/um/include/shared/ |
| D | net_kern.h | 67 extern unsigned short eth_protocol(struct sk_buff *skb);
|
| /Linux-v5.4/arch/um/os-Linux/drivers/ |
| D | tuntap_kern.c | 51 .protocol = eth_protocol,
|
| D | ethertap_kern.c | 61 .protocol = eth_protocol,
|
| /Linux-v5.4/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 | 901 unsigned short eth_protocol(struct sk_buff *skb) in eth_protocol() function
|
| /Linux-v5.4/include/uapi/linux/ |
| D | bpf.h | 3211 __u32 eth_protocol; member
|
| /Linux-v5.4/tools/include/uapi/linux/ |
| D | bpf.h | 3211 __u32 eth_protocol; member
|
| /Linux-v5.4/net/core/ |
| D | filter.c | 8846 case bpf_ctx_range(struct sk_reuseport_md, eth_protocol): in sk_reuseport_is_valid_access() 8898 case offsetof(struct sk_reuseport_md, eth_protocol): in sk_reuseport_convert_ctx_access()
|