Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dip_tunnels.h28 #define IPTUNNEL_ERR_TIMEO (30*HZ) macro
/Linux-v5.4/net/ipv4/
Dipip.c190 if (time_before(jiffies, t->err_time + IPTUNNEL_ERR_TIMEO)) in ipip_err()
Dip_tunnel.c781 tunnel->err_time + IPTUNNEL_ERR_TIMEO)) { in ip_tunnel_xmit()
Dip_gre.c203 if (time_before(jiffies, t->err_time + IPTUNNEL_ERR_TIMEO)) in ipgre_err()
/Linux-v5.4/net/ipv6/
Dsit.c555 if (time_before(jiffies, t->err_time + IPTUNNEL_ERR_TIMEO)) in ipip6_err()
958 tunnel->err_time + IPTUNNEL_ERR_TIMEO)) { in ipip6_tunnel_xmit()