Searched refs:log_ecn_error (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/net/ipv4/ |
D | ipip.c | 120 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()
|
D | ip_gre.c | 110 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()
|
D | ip_tunnel.c | 376 bool log_ecn_error) in ip_tunnel_rcv() argument 410 if (log_ecn_error) in ip_tunnel_rcv()
|
/Linux-v4.19/include/net/ |
D | ip6_tunnel.h | 139 bool log_ecn_error);
|
D | ip_tunnels.h | 303 bool log_ecn_error);
|
/Linux-v4.19/net/ipv6/ |
D | ip6_gre.c | 62 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()
|
D | sit.c | 68 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()
|
D | ip6_tunnel.c | 71 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/ |
D | geneve.c | 33 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()
|
D | vxlan.c | 52 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()
|