Home
last modified time | relevance | path

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

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

Completed in 14 milliseconds