Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/kern/
H A Duipc_socket.c2667 struct mbuf *m0 = NULL, *control_end = NULL; in sosend_reinject() local
2695 control_end = m0; in sosend_reinject()
2699 if (control_end != NULL) { in sosend_reinject()
2700 control_end->m_next = NULL; in sosend_reinject()
2717 struct mbuf *control_end; in mbuf_detach_control_from_list() local
2720 n = control_end = control = m; in mbuf_detach_control_from_list()
2726 control_end = n; in mbuf_detach_control_from_list()
2729 control_end->m_next = NULL; in mbuf_detach_control_from_list()
2732 *last_control = control_end; in mbuf_detach_control_from_list()