Searched refs:log_ecn_error (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.10/net/ipv4/ |
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"); 245 return ip_tunnel_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); in ipip_tunnel_rcv()
|
D | ip_gre.c | 105 static bool log_ecn_error = true; variable 106 module_param(log_ecn_error, bool, 0644); 107 MODULE_PARM_DESC(log_ecn_error, "Log packets received with corrupted ECN"); 339 ip_tunnel_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); in erspan_rcv() 384 ip_tunnel_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); in __ipgre_rcv()
|
D | ip_tunnel.c | 361 bool log_ecn_error) in ip_tunnel_rcv() argument 394 if (log_ecn_error) in ip_tunnel_rcv()
|
/Linux-v5.10/drivers/net/ |
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"); 143 if (log_ecn_error) { in bareudp_udp_encap_recv()
|
D | geneve.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"); 276 if (log_ecn_error) { in geneve_rx()
|
D | vxlan.c | 51 static bool log_ecn_error = true; variable 52 module_param(log_ecn_error, bool, 0644); 53 MODULE_PARM_DESC(log_ecn_error, "Log packets received with corrupted ECN"); 1814 if (unlikely(err) && log_ecn_error) { in vxlan_ecn_decapsulate()
|
/Linux-v5.10/include/net/ |
D | ip6_tunnel.h | 141 bool log_ecn_error);
|
D | ip_tunnels.h | 286 bool log_ecn_error);
|
/Linux-v5.10/net/ipv6/ |
D | ip6_gre.c | 57 static bool log_ecn_error = true; variable 58 module_param(log_ecn_error, bool, 0644); 59 MODULE_PARM_DESC(log_ecn_error, "Log packets received with corrupted ECN"); 516 ip6_tnl_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); in ip6gre_rcv() 518 ip6_tnl_rcv(tunnel, skb, tpi, NULL, log_ecn_error); in ip6gre_rcv() 589 ip6_tnl_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); in ip6erspan_rcv() 592 ip6_tnl_rcv(tunnel, skb, tpi, NULL, log_ecn_error); in ip6erspan_rcv()
|
D | sit.c | 64 static bool log_ecn_error = true; variable 65 module_param(log_ecn_error, bool, 0644); 66 MODULE_PARM_DESC(log_ecn_error, "Log packets received with corrupted ECN"); 714 if (log_ecn_error) in ipip6_rcv() 782 return ip_tunnel_rcv(tunnel, skb, tpi, NULL, log_ecn_error); in sit_tunnel_rcv()
|
D | ip6_tunnel.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"); 978 log_ecn_error); in ipxip6_rcv()
|