Searched refs:control_end (Results 1 – 1 of 1) sorted by relevance
2655 struct mbuf *m0 = NULL, *control_end = NULL; in sosend_reinject() local2683 control_end = m0; in sosend_reinject()2687 if (control_end != NULL) { in sosend_reinject()2688 control_end->m_next = NULL; in sosend_reinject()2705 struct mbuf *control_end; in mbuf_detach_control_from_list() local2708 n = control_end = control = m; in mbuf_detach_control_from_list()2714 control_end = n; in mbuf_detach_control_from_list()2717 control_end->m_next = NULL; in mbuf_detach_control_from_list()