Home
last modified time | relevance | path

Searched refs:log_ecn_error (Results 1 – 7 of 7) sorted by relevance

/linux/net/ipv4/
H A Dipip.c115 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 Dip_tunnel.c379 bool log_ecn_error) in ip_tunnel_rcv() argument
425 if (log_ecn_error) in ip_tunnel_rcv()
/linux/drivers/net/
H A Dbareudp.c29 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 Dip6_tunnel.h142 bool log_ecn_error);
H A Dip_tunnels.h408 bool log_ecn_error);
/linux/net/ipv6/
H A Dip6_tunnel.c68 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()
/linux/drivers/net/vxlan/
H A Dvxlan_core.c54 static bool log_ecn_error = true; variable
55 module_param(log_ecn_error, bool, 0644);
56 MODULE_PARM_DESC(log_ecn_error, "Log packets received with corrupted ECN");
1632 if (unlikely(err) && log_ecn_error) { in vxlan_ecn_decapsulate()