Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dif_ether.h72 #define ETH_P_ERSPAN 0x88BE /* ERSPAN type II */ macro
/linux/net/ipv4/
A Dgre_demux.c131 if ((greh->protocol == htons(ETH_P_ERSPAN) && hdr_len != 4) || in gre_parse_header()
A Dip_gre.c148 else if (tpi->proto == htons(ETH_P_ERSPAN) || in ipgre_err()
440 if (unlikely(tpi.proto == htons(ETH_P_ERSPAN) || in gre_rcv()
571 proto = htons(ETH_P_ERSPAN); in erspan_fb_xmit()
695 proto = htons(ETH_P_ERSPAN); in erspan_xmit()
701 proto = htons(ETH_P_ERSPAN); in erspan_xmit()
/linux/net/ipv6/
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()
1051 proto = (t->parms.erspan_ver == 1) ? htons(ETH_P_ERSPAN) in ip6erspan_tunnel_xmit()

Completed in 15 milliseconds