Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dif_ether.h43 #define ETH_P_ERSPAN 0x88BE macro
/kernel/linux/linux-5.10/include/uapi/linux/
Dif_ether.h72 #define ETH_P_ERSPAN 0x88BE /* ERSPAN type II */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dif_ether.h56 #define ETH_P_ERSPAN 0x88BE macro
/kernel/linux/linux-5.10/net/ipv4/
Dgre_demux.c131 if ((greh->protocol == htons(ETH_P_ERSPAN) && hdr_len != 4) || in gre_parse_header()
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()
566 proto = htons(ETH_P_ERSPAN); in erspan_fb_xmit()
691 proto = htons(ETH_P_ERSPAN); in erspan_xmit()
697 proto = htons(ETH_P_ERSPAN); in erspan_xmit()
/kernel/linux/linux-5.10/net/ipv6/
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()
1053 proto = (t->parms.erspan_ver == 1) ? htons(ETH_P_ERSPAN) in ip6erspan_tunnel_xmit()