Home
last modified time | relevance | path

Searched refs:log_ecn_error (Results 1 – 9 of 9) 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.c378 bool log_ecn_error) in ip_tunnel_rcv() argument
424 if (log_ecn_error) in ip_tunnel_rcv()
/linux/include/net/
H A Dip6_tunnel.h142 bool log_ecn_error);
H A Dip_tunnels.h406 bool log_ecn_error);
/linux/net/ipv6/
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); in ip6gre_rcv()
512 ip6_tnl_rcv(tunnel, skb, tpi, NULL, log_ecn_error); in ip6gre_rcv()
587 ip6_tnl_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); in ip6erspan_rcv()
590 ip6_tnl_rcv(tunnel, skb, tpi, NULL, log_ecn_error); in ip6erspan_rcv()
H A Dsit.c65 static bool log_ecn_error = true; variable
66 module_param(log_ecn_error, bool, 0644);
67 MODULE_PARM_DESC(log_ecn_error, "Log packets received with corrupted ECN");
715 if (log_ecn_error) in ipip6_rcv()
781 return ip_tunnel_rcv(tunnel, skb, tpi, NULL, log_ecn_error); in sit_tunnel_rcv()
H A Dip6_tunnel.c67 static bool log_ecn_error = true; variable
68 module_param(log_ecn_error, bool, 0644);
69 MODULE_PARM_DESC(log_ecn_error, "Log packets received with corrupted ECN");
957 log_ecn_error); in ipxip6_rcv()
/linux/drivers/net/
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");
303 if (log_ecn_error) { in geneve_rx()
/linux/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");
1655 if (unlikely(err) && log_ecn_error) { in vxlan_ecn_decapsulate()