Home
last modified time | relevance | path

Searched refs:IPTUNNEL_ERR_TIMEO (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/include/net/
Dip_tunnels.h28 #define IPTUNNEL_ERR_TIMEO (30*HZ) macro
/linux-6.6.21/net/ipv4/
Dipip.c190 if (time_before(jiffies, t->err_time + IPTUNNEL_ERR_TIMEO)) in ipip_err()
Dip_tunnel.c812 tunnel->err_time + IPTUNNEL_ERR_TIMEO)) { in ip_tunnel_xmit()
Dip_gre.c205 if (time_before(jiffies, t->err_time + IPTUNNEL_ERR_TIMEO)) in ipgre_err()
/linux-6.6.21/net/ipv6/
Dsit.c594 if (time_before(jiffies, t->err_time + IPTUNNEL_ERR_TIMEO)) in ipip6_err()
995 tunnel->err_time + IPTUNNEL_ERR_TIMEO)) { in ipip6_tunnel_xmit()