Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Drtsock.c174 #define V_route_cb VNET(route_cb) macro
359 LIST_FOREACH(rcb, &V_route_cb.cblist, list) { in rts_input()
417 LIST_INSERT_HEAD(&V_route_cb.cblist, rcb, list); in rts_attach()
420 V_route_cb.ip_count++; in rts_attach()
423 V_route_cb.ip6_count++; in rts_attach()
426 V_route_cb.any_count++; in rts_attach()
466 V_route_cb.ip_count--; in rts_detach()
469 V_route_cb.ip6_count--; in rts_detach()
472 V_route_cb.any_count--; in rts_detach()
1281 if (V_route_cb.any_count <= 1) { in send_rtm_reply()
[all …]