Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dif_ether.h72 #define ETH_P_ERSPAN 0x88BE /* ERSPAN type II */ macro
/Linux-v5.4/net/ipv4/
Dgre_demux.c123 if (greh->protocol == htons(ETH_P_ERSPAN) || in gre_parse_header()
Dip_gre.c146 else if (tpi->proto == htons(ETH_P_ERSPAN) || in ipgre_err()
413 if (unlikely(tpi.proto == htons(ETH_P_ERSPAN) || in gre_rcv()
544 proto = htons(ETH_P_ERSPAN); in erspan_fb_xmit()
668 proto = htons(ETH_P_ERSPAN); in erspan_xmit()
/Linux-v5.4/net/ipv6/
Dip6_gre.c126 gre_proto == htons(ETH_P_ERSPAN) || in ip6gre_tunnel_lookup()
232 if (gre_proto == htons(ETH_P_ERSPAN) || in ip6gre_tunnel_lookup()
609 if (unlikely(tpi.proto == htons(ETH_P_ERSPAN) || in gre_rcv()
1037 proto = (t->parms.erspan_ver == 1) ? htons(ETH_P_ERSPAN) in ip6erspan_tunnel_xmit()