Searched refs:log_ecn_error (Results 1 – 6 of 6) sorted by relevance
/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"); 226 return ip_tunnel_rcv(tunnel, skb, &tpi, log_ecn_error); in ipip_rcv()
|
D | ip_gre.c | 114 static bool log_ecn_error = true; variable 115 module_param(log_ecn_error, bool, 0644); 116 MODULE_PARM_DESC(log_ecn_error, "Log packets received with corrupted ECN"); 221 ip_tunnel_rcv(tunnel, skb, tpi, log_ecn_error); in ipgre_rcv()
|
D | ip_tunnel.c | 424 const struct tnl_ptk_info *tpi, bool log_ecn_error) in ip_tunnel_rcv() argument 458 if (log_ecn_error) in ip_tunnel_rcv()
|
/net/ipv6/ |
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"); 695 if (log_ecn_error) in ipip6_rcv() 745 return ip_tunnel_rcv(tunnel, skb, &tpi, log_ecn_error); in ipip_rcv()
|
D | ip6_tunnel.c | 76 static bool log_ecn_error = true; variable 77 module_param(log_ecn_error, bool, 0644); 78 MODULE_PARM_DESC(log_ecn_error, "Log packets received with corrupted ECN"); 833 if (log_ecn_error) in ip6_tnl_rcv()
|
D | ip6_gre.c | 61 static bool log_ecn_error = true; variable 62 module_param(log_ecn_error, bool, 0644); 63 MODULE_PARM_DESC(log_ecn_error, "Log packets received with corrupted ECN"); 561 if (log_ecn_error) in ip6gre_rcv()
|