Home
last modified time | relevance | path

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

/linux-6.1.9/net/can/
Draw.c951 static struct proto raw_proto __read_mostly = {
962 .prot = &raw_proto,
/linux-6.1.9/include/net/
Dip_tunnels.h432 __be16 inner_proto, bool raw_proto, bool xnet);
/linux-6.1.9/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-6.1.9/drivers/net/vxlan/
Dvxlan_core.c1671 bool raw_proto = false; in vxlan_rcv() local
1707 raw_proto = true; in vxlan_rcv()
1710 if (__iptunnel_pull_header(skb, VXLAN_HLEN, protocol, raw_proto, in vxlan_rcv()
1752 if (!raw_proto) { in vxlan_rcv()