Searched refs:log_ecn_error (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/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"); 201 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 | 422 const struct tnl_ptk_info *tpi, bool log_ecn_error) in ip_tunnel_rcv() argument 456 if (log_ecn_error) in ip_tunnel_rcv()
|
/linux-4.1.27/include/net/ |
D | ip_tunnels.h | 166 const struct tnl_ptk_info *tpi, bool log_ecn_error);
|
/linux-4.1.27/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_gre.c | 60 static bool log_ecn_error = true; variable 61 module_param(log_ecn_error, bool, 0644); 62 MODULE_PARM_DESC(log_ecn_error, "Log packets received with corrupted ECN"); 555 if (log_ecn_error) in ip6gre_rcv()
|
D | ip6_tunnel.c | 70 static bool log_ecn_error = true; variable 71 module_param(log_ecn_error, bool, 0644); 72 MODULE_PARM_DESC(log_ecn_error, "Log packets received with corrupted ECN"); 838 if (log_ecn_error) in ip6_tnl_rcv()
|
/linux-4.1.27/drivers/net/ |
D | vxlan.c | 72 static bool log_ecn_error = true; variable 73 module_param(log_ecn_error, bool, 0644); 74 MODULE_PARM_DESC(log_ecn_error, "Log packets received with corrupted ECN"); 1308 if (log_ecn_error) { in vxlan_rcv()
|