Home
last modified time | relevance | path

Searched refs:raw_proto (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/net/can/
Draw.c868 static struct proto raw_proto __read_mostly = {
879 .prot = &raw_proto,
/Linux-v5.10/include/net/
Dip_tunnels.h410 __be16 inner_proto, bool raw_proto, bool xnet);
/Linux-v5.10/net/ipv4/
Dip_tunnel_core.c93 __be16 inner_proto, bool raw_proto, bool xnet) in __iptunnel_pull_header() argument
100 if (!raw_proto && inner_proto == htons(ETH_P_TEB)) { in __iptunnel_pull_header()
Dip_gre.c350 struct ip_tunnel_net *itn, int hdr_len, bool raw_proto) in __ipgre_rcv() argument
364 raw_proto, false) < 0) in __ipgre_rcv()
/Linux-v5.10/drivers/net/
Dvxlan.c1835 bool raw_proto = false; in vxlan_rcv() local
1871 raw_proto = true; in vxlan_rcv()
1874 if (__iptunnel_pull_header(skb, VXLAN_HLEN, protocol, raw_proto, in vxlan_rcv()
1916 if (!raw_proto) { in vxlan_rcv()