Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Drtsock.c104 struct route_cb { struct
110 static struct route_cb route_cb; variable
205 os_atomic_inc(&route_cb.ip_count, relaxed); in rts_attach()
208 os_atomic_inc(&route_cb.ip6_count, relaxed); in rts_attach()
212 os_atomic_inc(&route_cb.any_count, relaxed); in rts_attach()
243 os_atomic_dec(&route_cb.ip_count, relaxed); in rts_detach()
246 os_atomic_dec(&route_cb.ip6_count, relaxed); in rts_detach()
249 os_atomic_dec(&route_cb.any_count, relaxed); in rts_detach()
824 if (route_cb.any_count <= 1) { in route_output()
1518 if (route_cb.any_count == 0) { in rt_missmsg()
[all …]