Searched refs:log_ecn_error (Results 1 – 6 of 6) sorted by relevance
| /net/ipv4/ |
| A D | ipip.c | 115 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"); 256 return ip_tunnel_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); in ipip_tunnel_rcv()
|
| A D | ip_gre.c | 106 static bool log_ecn_error = true; variable 107 module_param(log_ecn_error, bool, 0644); 108 MODULE_PARM_DESC(log_ecn_error, "Log packets received with corrupted ECN"); 354 ip_tunnel_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); in erspan_rcv() 405 ip_tunnel_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); in __ipgre_rcv()
|
| A D | ip_tunnel.c | 379 bool log_ecn_error) in ip_tunnel_rcv() argument 425 if (log_ecn_error) in ip_tunnel_rcv()
|
| /net/ipv6/ |
| A D | ip6_gre.c | 58 static bool log_ecn_error = true; variable 59 module_param(log_ecn_error, bool, 0644); 60 MODULE_PARM_DESC(log_ecn_error, "Log packets received with corrupted ECN"); 479 ip6_tnl_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); in ip6gre_rcv() 481 ip6_tnl_rcv(tunnel, skb, tpi, NULL, log_ecn_error); in ip6gre_rcv() 556 ip6_tnl_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); in ip6erspan_rcv() 559 ip6_tnl_rcv(tunnel, skb, tpi, NULL, log_ecn_error); in ip6erspan_rcv()
|
| A D | sit.c | 66 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"); 716 if (log_ecn_error) in ipip6_rcv() 782 return ip_tunnel_rcv(tunnel, skb, tpi, NULL, log_ecn_error); in sit_tunnel_rcv()
|
| A D | ip6_tunnel.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"); 957 log_ecn_error); in ipxip6_rcv()
|
Completed in 26 milliseconds