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

/linux-4.4.14/net/ipv4/
H A 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, NULL, log_ecn_error); ipip_rcv()
H A Dip_gre.c116 static bool log_ecn_error = true; variable
117 module_param(log_ecn_error, bool, 0644);
118 MODULE_PARM_DESC(log_ecn_error, "Log packets received with corrupted ECN");
414 ip_tunnel_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); ipgre_rcv()
H A Dip_tunnel.c430 bool log_ecn_error) ip_tunnel_rcv()
464 if (log_ecn_error) ip_tunnel_rcv()
428 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) ip_tunnel_rcv() argument
/linux-4.4.14/drivers/net/
H A Dgeneve.c34 static bool log_ecn_error = true; variable
35 module_param(log_ecn_error, bool, 0644);
36 MODULE_PARM_DESC(log_ecn_error, "Log packets received with corrupted ECN");
246 if (log_ecn_error) { geneve_rx()
H A Dvxlan.c69 static bool log_ecn_error = true; variable
70 module_param(log_ecn_error, bool, 0644);
71 MODULE_PARM_DESC(log_ecn_error, "Log packets received with corrupted ECN");
1213 if (log_ecn_error) { vxlan_rcv()
/linux-4.4.14/net/ipv6/
H A 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) ipip6_rcv()
745 return ip_tunnel_rcv(tunnel, skb, &tpi, NULL, log_ecn_error); ipip_rcv()
H A 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) ip6gre_rcv()
H A 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");
897 if (log_ecn_error) ip6_tnl_rcv()
/linux-4.4.14/include/net/
H A Dip_tunnels.h245 bool log_ecn_error);

Completed in 351 milliseconds