Home
last modified time | relevance | path

Searched refs:err_count (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/net/
Dipip.h16 int err_count; /* Number of arrived ICMP errors */ member
/linux-2.4.37.9/net/ipv4/
Dipip.c341 t->err_count++; in ipip_err()
343 t->err_count = 1; in ipip_err()
592 if (tunnel->err_count > 0) { in ipip_tunnel_xmit()
594 tunnel->err_count--; in ipip_tunnel_xmit()
597 tunnel->err_count = 0; in ipip_tunnel_xmit()
Dip_gre.c394 t->err_count++; in ipgre_err()
396 t->err_count = 1; in ipgre_err()
795 if (tunnel->err_count > 0) { in ipgre_tunnel_xmit()
797 tunnel->err_count--; in ipgre_tunnel_xmit()
801 tunnel->err_count = 0; in ipgre_tunnel_xmit()
/linux-2.4.37.9/net/ipv6/
Dsit.c282 t->err_count++; in ipip6_err()
284 t->err_count = 1; in ipip6_err()
542 if (tunnel->err_count > 0) { in ipip6_tunnel_xmit()
544 tunnel->err_count--; in ipip6_tunnel_xmit()
547 tunnel->err_count = 0; in ipip6_tunnel_xmit()