Home
last modified time | relevance | path

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

/net/ipv4/
Dipip.c120 static bool log_ecn_error = true; variable
121 module_param(log_ecn_error, bool, 0644);
122 MODULE_PARM_DESC(log_ecn_error, "Log packets received with corrupted ECN");
226 return ip_tunnel_rcv(tunnel, skb, &tpi, log_ecn_error); in ipip_rcv()
Dip_gre.c114 static bool log_ecn_error = true; variable
115 module_param(log_ecn_error, bool, 0644);
116 MODULE_PARM_DESC(log_ecn_error, "Log packets received with corrupted ECN");
221 ip_tunnel_rcv(tunnel, skb, tpi, log_ecn_error); in ipgre_rcv()
Dip_tunnel.c424 const struct tnl_ptk_info *tpi, bool log_ecn_error) in ip_tunnel_rcv() argument
458 if (log_ecn_error) in ip_tunnel_rcv()
/net/ipv6/
Dsit.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");
695 if (log_ecn_error) in ipip6_rcv()
745 return ip_tunnel_rcv(tunnel, skb, &tpi, log_ecn_error); in ipip_rcv()
Dip6_tunnel.c76 static bool log_ecn_error = true; variable
77 module_param(log_ecn_error, bool, 0644);
78 MODULE_PARM_DESC(log_ecn_error, "Log packets received with corrupted ECN");
833 if (log_ecn_error) in ip6_tnl_rcv()
Dip6_gre.c61 static bool log_ecn_error = true; variable
62 module_param(log_ecn_error, bool, 0644);
63 MODULE_PARM_DESC(log_ecn_error, "Log packets received with corrupted ECN");
561 if (log_ecn_error) in ip6gre_rcv()