Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Drtsock.c105 struct route_cb { struct
111 static struct route_cb route_cb; variable
206 os_atomic_inc(&route_cb.ip_count, relaxed); in rts_attach()
209 os_atomic_inc(&route_cb.ip6_count, relaxed); in rts_attach()
213 os_atomic_inc(&route_cb.any_count, relaxed); in rts_attach()
244 os_atomic_dec(&route_cb.ip_count, relaxed); in rts_detach()
247 os_atomic_dec(&route_cb.ip6_count, relaxed); in rts_detach()
250 os_atomic_dec(&route_cb.any_count, relaxed); in rts_detach()
829 if (route_cb.any_count <= 1) { in route_output()
1523 if (route_cb.any_count == 0) { in rt_missmsg()
[all …]