Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Dflow_divert.c2338 mbuf_t last_control = NULL; in flow_divert_disable() local
2352 last_control = m; in flow_divert_disable()
2383 if (last_control != NULL) { in flow_divert_disable()
2384 last_control->m_next = NULL; in flow_divert_disable()
/xnu-10063.101.15/bsd/kern/
H A Duipc_socket.c2794 struct mbuf *last_control = NULL; in sosend_list() local
2850 last_control->m_next = m; in sosend_list()