Home
last modified time | relevance | path

Searched refs:log_ecn_error (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/net/ipv4/
Dipip.c115 static bool log_ecn_error = true; variable
116 module_param(log_ecn_error, bool, 0644);
117 MODULE_PARM_DESC(log_ecn_error, "Log packets received with corrupted ECN");
245 return ip_tunnel_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); in ipip_tunnel_rcv()
Dip_gre.c105 static bool log_ecn_error = true; variable
106 module_param(log_ecn_error, bool, 0644);
107 MODULE_PARM_DESC(log_ecn_error, "Log packets received with corrupted ECN");
321 ip_tunnel_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); in erspan_rcv()
362 ip_tunnel_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); in __ipgre_rcv()
Dip_tunnel.c363 bool log_ecn_error) in ip_tunnel_rcv() argument
397 if (log_ecn_error) in ip_tunnel_rcv()
/Linux-v5.4/include/net/
Dip6_tunnel.h141 bool log_ecn_error);
Dip_tunnels.h285 bool log_ecn_error);
/Linux-v5.4/net/ipv6/
Dip6_gre.c57 static bool log_ecn_error = true; variable
58 module_param(log_ecn_error, bool, 0644);
59 MODULE_PARM_DESC(log_ecn_error, "Log packets received with corrupted ECN");
511 ip6_tnl_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); in ip6gre_rcv()
513 ip6_tnl_rcv(tunnel, skb, tpi, NULL, log_ecn_error); in ip6gre_rcv()
584 ip6_tnl_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); in ip6erspan_rcv()
587 ip6_tnl_rcv(tunnel, skb, tpi, NULL, log_ecn_error); in ip6erspan_rcv()
Dsit.c64 static bool log_ecn_error = true; variable
65 module_param(log_ecn_error, bool, 0644);
66 MODULE_PARM_DESC(log_ecn_error, "Log packets received with corrupted ECN");
674 if (log_ecn_error) in ipip6_rcv()
742 return ip_tunnel_rcv(tunnel, skb, tpi, NULL, log_ecn_error); in sit_tunnel_rcv()
Dip6_tunnel.c66 static bool log_ecn_error = true; variable
67 module_param(log_ecn_error, bool, 0644);
68 MODULE_PARM_DESC(log_ecn_error, "Log packets received with corrupted ECN");
910 log_ecn_error); in ipxip6_rcv()
/Linux-v5.4/drivers/net/
Dgeneve.c29 static bool log_ecn_error = true; variable
30 module_param(log_ecn_error, bool, 0644);
31 MODULE_PARM_DESC(log_ecn_error, "Log packets received with corrupted ECN");
274 if (log_ecn_error) { in geneve_rx()
Dvxlan.c50 static bool log_ecn_error = true; variable
51 module_param(log_ecn_error, bool, 0644);
52 MODULE_PARM_DESC(log_ecn_error, "Log packets received with corrupted ECN");
1637 if (unlikely(err) && log_ecn_error) { in vxlan_ecn_decapsulate()