Home
last modified time | relevance | path

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

/f-stack/freebsd/netipsec/
H A Dkeysock.c72 int any_count; member
205 if (V_key_cb.any_count == 0) { in key_sendup_mbuf()
311 V_key_cb.any_count++; in key_attach()
362 V_key_cb.any_count--; in key_detach()
/f-stack/freebsd/net/
H A Drtsock.c147 int any_count; /* total attached */ member
345 V_route_cb.any_count++; in rts_attach()
385 V_route_cb.any_count--; in rts_detach()
1199 if (V_route_cb.any_count <= 1) { in send_rtm_reply()
1779 if (V_route_cb.any_count == 0) in rt_missmsg_fib()
1817 if (V_route_cb.any_count == 0) in rt_ifmsg()
1848 if (V_route_cb.any_count == 0) in rtsock_addrmsg()
1892 if (V_route_cb.any_count == 0) in rtsock_routemsg()
1916 if (V_route_cb.any_count == 0) in rtsock_routemsg_info()
1963 if (V_route_cb.any_count == 0) in rt_newmaddrmsg()
[all …]