Home
last modified time | relevance | path

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

/dragonfly/sys/net/
HDrtsock.c101 static struct route_cb { struct
105 } route_cb; argument
280 route_cb.ip_count++; in rts_attach()
283 route_cb.ip6_count++; in rts_attach()
288 route_cb.any_count++; in rts_attach()
331 route_cb.ip_count--; in rts_detach()
334 route_cb.ip6_count--; in rts_detach()
337 route_cb.any_count--; in rts_detach()
818 if (route_cb.any_count <= 1) { in route_output()
1194 if (route_cb.any_count == 0) in rt_missmsg()
[all …]