Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dipip.c120 static bool log_ecn_error = true; variable
121 module_param(log_ecn_error, bool, 0644);
122 MODULE_PARM_DESC(log_ecn_error, "Log packets received with corrupted ECN");
251 return ip_tunnel_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); in ipip_tunnel_rcv()
Dip_gre.c110 static bool log_ecn_error = true; variable
111 module_param(log_ecn_error, bool, 0644);
112 MODULE_PARM_DESC(log_ecn_error, "Log packets received with corrupted ECN");
331 ip_tunnel_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); in erspan_rcv()
372 ip_tunnel_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); in __ipgre_rcv()
Dip_tunnel.c376 bool log_ecn_error) in ip_tunnel_rcv() argument
410 if (log_ecn_error) in ip_tunnel_rcv()
/Linux-v4.19/include/net/
Dip6_tunnel.h139 bool log_ecn_error);
Dip_tunnels.h303 bool log_ecn_error);
/Linux-v4.19/net/ipv6/
Dip6_gre.c62 static bool log_ecn_error = true; variable
63 module_param(log_ecn_error, bool, 0644);
64 MODULE_PARM_DESC(log_ecn_error, "Log packets received with corrupted ECN");
532 ip6_tnl_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); in ip6gre_rcv()
534 ip6_tnl_rcv(tunnel, skb, tpi, NULL, log_ecn_error); in ip6gre_rcv()
603 ip6_tnl_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); in ip6erspan_rcv()
606 ip6_tnl_rcv(tunnel, skb, tpi, NULL, log_ecn_error); in ip6erspan_rcv()
Dsit.c68 static bool log_ecn_error = true; variable
69 module_param(log_ecn_error, bool, 0644);
70 MODULE_PARM_DESC(log_ecn_error, "Log packets received with corrupted ECN");
673 if (log_ecn_error) in ipip6_rcv()
741 return ip_tunnel_rcv(tunnel, skb, tpi, NULL, log_ecn_error); in sit_tunnel_rcv()
Dip6_tunnel.c71 static bool log_ecn_error = true; variable
72 module_param(log_ecn_error, bool, 0644);
73 MODULE_PARM_DESC(log_ecn_error, "Log packets received with corrupted ECN");
914 log_ecn_error); in ipxip6_rcv()
/Linux-v4.19/drivers/net/
Dgeneve.c33 static bool log_ecn_error = true; variable
34 module_param(log_ecn_error, bool, 0644);
35 MODULE_PARM_DESC(log_ecn_error, "Log packets received with corrupted ECN");
276 if (log_ecn_error) { in geneve_rx()
Dvxlan.c52 static bool log_ecn_error = true; variable
53 module_param(log_ecn_error, bool, 0644);
54 MODULE_PARM_DESC(log_ecn_error, "Log packets received with corrupted ECN");
1352 if (unlikely(err) && log_ecn_error) { in vxlan_ecn_decapsulate()