Home
last modified time | relevance | path

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

/Linux-v5.15/net/can/
Draw.c917 static struct proto raw_proto __read_mostly = {
928 .prot = &raw_proto,
/Linux-v5.15/include/net/
Dip_tunnels.h409 __be16 inner_proto, bool raw_proto, bool xnet);
/Linux-v5.15/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.c352 struct ip_tunnel_net *itn, int hdr_len, bool raw_proto) in __ipgre_rcv() argument
366 raw_proto, false) < 0) in __ipgre_rcv()
/Linux-v5.15/drivers/net/
Dvxlan.c1836 bool raw_proto = false; in vxlan_rcv() local
1872 raw_proto = true; in vxlan_rcv()
1875 if (__iptunnel_pull_header(skb, VXLAN_HLEN, protocol, raw_proto, in vxlan_rcv()
1917 if (!raw_proto) { in vxlan_rcv()