Searched refs:eth_protocol (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_select_reuseport_kern.c | 79 data_check.eth_protocol = reuse_md->eth_protocol; in _select_by_skb_data() 83 if (data_check.eth_protocol == bpf_htons(ETH_P_IP)) { in _select_by_skb_data()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_select_reuseport_common.h | 28 __u16 eth_protocol; member
|
/openbmc/linux/arch/um/include/shared/ |
H A D | net_kern.h | 65 extern unsigned short eth_protocol(struct sk_buff *skb);
|
/openbmc/linux/arch/um/os-Linux/drivers/ |
H A D | tuntap_kern.c | 51 .protocol = eth_protocol,
|
H A D | ethertap_kern.c | 61 .protocol = eth_protocol,
|
/openbmc/linux/arch/um/drivers/ |
H A D | daemon_kern.c | 56 .protocol = eth_protocol,
|
H A D | pcap_kern.c | 48 .protocol = eth_protocol,
|
H A D | vde_kern.c | 65 .protocol = eth_protocol,
|
H A D | umcast_kern.c | 65 .protocol = eth_protocol,
|
H A D | net_kern.c | 889 unsigned short eth_protocol(struct sk_buff *skb) in eth_protocol() function
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | select_reuseport.c | 264 expected.eth_protocol = htons(ETH_P_IPV6); in check_data() 277 expected.eth_protocol = htons(ETH_P_IP); in check_data() 290 result.eth_protocol, result.ip_protocol, in check_data() 293 expected.eth_protocol, expected.ip_protocol, in check_data()
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 6399 __u32 eth_protocol; member
|
/openbmc/linux/include/uapi/linux/ |
H A D | bpf.h | 6396 __u32 eth_protocol; member
|
/openbmc/linux/net/core/ |
H A D | filter.c | 11307 case bpf_ctx_range(struct sk_reuseport_md, eth_protocol): in sk_reuseport_is_valid_access() 11359 case offsetof(struct sk_reuseport_md, eth_protocol): in sk_reuseport_convert_ctx_access()
|