Searched refs:log_ecn_error (Results 1 – 9 of 9) sorted by relevance
| /linux/net/ipv4/ |
| H 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()
|
| H 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"); 356 ip_tunnel_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); in erspan_rcv() 407 ip_tunnel_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); in __ipgre_rcv()
|
| H A D | ip_tunnel.c | 379 bool log_ecn_error) in ip_tunnel_rcv() argument 425 if (log_ecn_error) in ip_tunnel_rcv()
|
| /linux/drivers/net/ |
| H A D | bareudp.c | 29 static bool log_ecn_error = true; variable 30 module_param(log_ecn_error, bool, 0644); 31 MODULE_PARM_DESC(log_ecn_error, "Log packets received with corrupted ECN"); 177 if (log_ecn_error) { in bareudp_udp_encap_recv()
|
| /linux/include/net/ |
| H A D | ip6_tunnel.h | 142 bool log_ecn_error);
|
| H A D | ip_tunnels.h | 426 bool log_ecn_error);
|
| /linux/net/ipv6/ |
| H 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() 558 ip6_tnl_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); in ip6erspan_rcv() 561 ip6_tnl_rcv(tunnel, skb, tpi, NULL, log_ecn_error); in ip6erspan_rcv()
|
| H A 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"); 969 log_ecn_error); in ipxip6_rcv()
|
| /linux/drivers/net/vxlan/ |
| H A D | vxlan_core.c | 53 static bool log_ecn_error = true; variable 54 module_param(log_ecn_error, bool, 0644); 55 MODULE_PARM_DESC(log_ecn_error, "Log packets received with corrupted ECN"); 1631 if (unlikely(err) && log_ecn_error) { in vxlan_ecn_decapsulate()
|