Searched refs:V_route_cb (Results 1 – 1 of 1) sorted by relevance
175 #define V_route_cb VNET(route_cb) macro352 LIST_FOREACH(rcb, &V_route_cb.cblist, list) { in rts_input()410 LIST_INSERT_HEAD(&V_route_cb.cblist, rcb, list); in rts_attach()413 V_route_cb.ip_count++; in rts_attach()416 V_route_cb.ip6_count++; in rts_attach()419 V_route_cb.any_count++; in rts_attach()459 V_route_cb.ip_count--; in rts_detach()462 V_route_cb.ip6_count--; in rts_detach()465 V_route_cb.any_count--; in rts_detach()1278 if (V_route_cb.any_count <= 1) { in send_rtm_reply()[all …]