Lines Matching refs:V_route_cb
175 #define V_route_cb VNET(route_cb) macro
352 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()
1935 if (V_route_cb.any_count == 0) in rt_missmsg_fib()
1973 if (V_route_cb.any_count == 0) in rtsock_ifmsg()
2004 if (V_route_cb.any_count == 0) in rtsock_addrmsg()
2048 if (V_route_cb.any_count == 0) in rtsock_routemsg()
2072 if (V_route_cb.any_count == 0) in rtsock_routemsg_info()
2119 if (V_route_cb.any_count == 0) in rt_newmaddrmsg()
2151 if (V_route_cb.any_count == 0) in rt_makeifannouncemsg()