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

/linux-master/tools/testing/selftests/bpf/
H A Dtest_select_reuseport_common.h28 __u16 eth_protocol; member in struct:data_check
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_select_reuseport_kern.c79 data_check.eth_protocol = reuse_md->eth_protocol;
83 if (data_check.eth_protocol == bpf_htons(ETH_P_IP)) {
/linux-master/arch/um/include/shared/
H A Dnet_kern.h65 extern unsigned short eth_protocol(struct sk_buff *skb);
/linux-master/arch/um/os-Linux/drivers/
H A Dethertap_kern.c61 .protocol = eth_protocol,
H A Dtuntap_kern.c51 .protocol = eth_protocol,
/linux-master/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.c889 unsigned short eth_protocol(struct sk_buff *skb) function
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dselect_reuseport.c264 expected.eth_protocol = htons(ETH_P_IPV6);
277 expected.eth_protocol = htons(ETH_P_IP);
290 result.eth_protocol, result.ip_protocol,
293 expected.eth_protocol, expected.ip_protocol,
/linux-master/include/uapi/linux/
H A Dbpf.h6514 __u32 eth_protocol; member in struct:sk_reuseport_md
/linux-master/tools/include/uapi/linux/
H A Dbpf.h6514 __u32 eth_protocol; member in struct:sk_reuseport_md
/linux-master/net/core/
H A Dfilter.c11308 case bpf_ctx_range(struct sk_reuseport_md, eth_protocol):
11360 case offsetof(struct sk_reuseport_md, eth_protocol):

Completed in 585 milliseconds