Searched refs:log_ecn_error (Results 1 - 11 of 11) sorted by relevance

/linux-master/include/net/
H A Dip6_tunnel.h142 bool log_ecn_error);
H A Dip_tunnels.h308 bool log_ecn_error);
/linux-master/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");
248 return ip_tunnel_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error);
H A Dip_gre.c105 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");
346 ip_tunnel_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error);
394 ip_tunnel_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error);
H A Dip_tunnel.c377 bool log_ecn_error)
423 if (log_ecn_error)
375 ip_tunnel_rcv(struct ip_tunnel *tunnel, struct sk_buff *skb, const struct tnl_ptk_info *tpi, struct metadata_dst *tun_dst, bool log_ecn_error) argument
/linux-master/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");
157 if (log_ecn_error) {
H A Dgeneve.c31 static bool log_ecn_error = true; variable
32 module_param(log_ecn_error, bool, 0644);
33 MODULE_PARM_DESC(log_ecn_error, "Log packets received with corrupted ECN");
300 if (log_ecn_error) {
/linux-master/net/ipv6/
H A Dsit.c64 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");
713 if (log_ecn_error)
779 return ip_tunnel_rcv(tunnel, skb, tpi, NULL, log_ecn_error);
H A Dip6_gre.c57 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");
510 ip6_tnl_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error);
512 ip6_tnl_rcv(tunnel, skb, tpi, NULL, log_ecn_error);
586 ip6_tnl_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error);
589 ip6_tnl_rcv(tunnel, skb, tpi, NULL, log_ecn_error);
H A Dip6_tunnel.c66 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");
954 log_ecn_error);
/linux-master/drivers/net/vxlan/
H A Dvxlan_core.c52 static bool log_ecn_error = true; variable
53 module_param(log_ecn_error, bool, 0644);
54 MODULE_PARM_DESC(log_ecn_error, "Log packets received with corrupted ECN");
1652 if (unlikely(err) && log_ecn_error) {

Completed in 195 milliseconds