Home
last modified time | relevance | path

Searched refs:ETH_P_ERSPAN (Results 1 – 6 of 6) sorted by relevance

/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 Dif_ether.h72 #define ETH_P_ERSPAN 0x88BE /* ERSPAN type II */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_ether.h72 #define ETH_P_ERSPAN 0x88BE /* ERSPAN type II */ macro
/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 Dif_ether.h72 #define ETH_P_ERSPAN 0x88BE /* ERSPAN type II */ macro
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dgre_demux.c131 if ((greh->protocol == htons(ETH_P_ERSPAN) && hdr_len != 4) || in gre_parse_header()
H A Dip_gre.c146 else if (tpi->proto == htons(ETH_P_ERSPAN) || in ipgre_err()
435 if (unlikely(tpi.proto == htons(ETH_P_ERSPAN) || in gre_rcv()
569 proto = htons(ETH_P_ERSPAN); in erspan_fb_xmit()
693 proto = htons(ETH_P_ERSPAN); in erspan_xmit()
699 proto = htons(ETH_P_ERSPAN); in erspan_xmit()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dip6_gre.c126 gre_proto == htons(ETH_P_ERSPAN) || in ip6gre_tunnel_lookup()
233 if (gre_proto == htons(ETH_P_ERSPAN) || in ip6gre_tunnel_lookup()
613 if (unlikely(tpi.proto == htons(ETH_P_ERSPAN) || in gre_rcv()
1062 proto = (t->parms.erspan_ver == 1) ? htons(ETH_P_ERSPAN) in ip6erspan_tunnel_xmit()