Home
last modified time | relevance | path

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

/linux-4.1.27/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");
201 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.c422 const struct tnl_ptk_info *tpi, bool log_ecn_error) in ip_tunnel_rcv() argument
456 if (log_ecn_error) in ip_tunnel_rcv()
/linux-4.1.27/include/net/
Dip_tunnels.h166 const struct tnl_ptk_info *tpi, bool log_ecn_error);
/linux-4.1.27/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_gre.c60 static bool log_ecn_error = true; variable
61 module_param(log_ecn_error, bool, 0644);
62 MODULE_PARM_DESC(log_ecn_error, "Log packets received with corrupted ECN");
555 if (log_ecn_error) in ip6gre_rcv()
Dip6_tunnel.c70 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");
838 if (log_ecn_error) in ip6_tnl_rcv()
/linux-4.1.27/drivers/net/
Dvxlan.c72 static bool log_ecn_error = true; variable
73 module_param(log_ecn_error, bool, 0644);
74 MODULE_PARM_DESC(log_ecn_error, "Log packets received with corrupted ECN");
1308 if (log_ecn_error) { in vxlan_rcv()