Home
last modified time | relevance | path

Searched refs:eth_protocol (Results 1 - 25 of 31) sorted by relevance

12

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dtest_select_reuseport_kern.c81 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()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_select_reuseport_kern.c79 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()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_select_reuseport_common.h28 __u16 eth_protocol; member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_select_reuseport_common.h28 __u16 eth_protocol; member
/kernel/linux/linux-5.10/arch/um/include/shared/
H A Dnet_kern.h67 extern unsigned short eth_protocol(struct sk_buff *skb);
/kernel/linux/linux-6.6/arch/um/include/shared/
H A Dnet_kern.h65 extern unsigned short eth_protocol(struct sk_buff *skb);
/kernel/linux/linux-5.10/arch/um/os-Linux/drivers/
H A Dethertap_kern.c61 .protocol = eth_protocol,
H A Dtuntap_kern.c51 .protocol = eth_protocol,
/kernel/linux/linux-5.10/arch/um/drivers/
H A Ddaemon_kern.c56 .protocol = eth_protocol,
H A Dvde_kern.c65 .protocol = eth_protocol,
H A Dpcap_kern.c48 .protocol = eth_protocol,
H A Dumcast_kern.c65 .protocol = eth_protocol,
H A Dnet_kern.c888 unsigned short eth_protocol(struct sk_buff *skb) in eth_protocol() function
/kernel/linux/linux-6.6/arch/um/os-Linux/drivers/
H A Dethertap_kern.c61 .protocol = eth_protocol,
H A Dtuntap_kern.c51 .protocol = eth_protocol,
/kernel/linux/linux-6.6/arch/um/drivers/
H A Ddaemon_kern.c56 .protocol = eth_protocol,
H A Dpcap_kern.c48 .protocol = eth_protocol,
H A Dvde_kern.c65 .protocol = eth_protocol,
H A Dumcast_kern.c65 .protocol = eth_protocol,
H A Dnet_kern.c889 unsigned short eth_protocol(struct sk_buff *skb) in eth_protocol() function
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dselect_reuseport.c273 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()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dselect_reuseport.c264 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()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dbpf.h521 __u32 eth_protocol; member
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H A Dbpf.h4382 __u32 eth_protocol; member
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dbpf.h4382 __u32 eth_protocol; member

Completed in 26 milliseconds

12