Home
last modified time | relevance | path

Searched refs:eth_protocol (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_select_reuseport_common.h28 __u16 eth_protocol; member
/OK3568_Linux_fs/kernel/arch/um/include/shared/
H A Dnet_kern.h67 extern unsigned short eth_protocol(struct sk_buff *skb);
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/arch/um/os-Linux/drivers/
H A Dtuntap_kern.c51 .protocol = eth_protocol,
H A Dethertap_kern.c61 .protocol = eth_protocol,
/OK3568_Linux_fs/kernel/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.c888 unsigned short eth_protocol(struct sk_buff *skb) in eth_protocol() function
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dbpf.h2623 __u32 eth_protocol; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dbpf.h2623 __u32 eth_protocol; member
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h4355 __u32 eth_protocol; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h4355 __u32 eth_protocol; member
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c10061 case bpf_ctx_range(struct sk_reuseport_md, eth_protocol): in sk_reuseport_is_valid_access()
10113 case offsetof(struct sk_reuseport_md, eth_protocol): in sk_reuseport_convert_ctx_access()