Home | History | Annotate | Download | only in netinet

Lines Matching defs:stcb

90 	struct sctp_tcb *stcb;
95 stcb = sctp_findassociation_ep_asocid(inp, assoc_id);
96 if (stcb == NULL) {
107 struct sctp_tcb *stcb;
112 stcb = sctp_findassociation_ep_asocid(inp, assoc_id);
113 if (stcb == NULL)
125 * the stcb in the right place.
127 sctp_move_pcb_and_assoc(inp, n_inp, stcb);
133 sctp_grub_through_socket_buffer(inp, head, so, stcb);
142 struct sctp_tcb *stcb;
155 stcb = sctp_findassociation_ep_asocid(inp, assoc_id);
156 if (stcb == NULL) {
168 SCTP_TCB_UNLOCK(stcb);
188 * the stcb in the right place.
191 sctp_move_pcb_and_assoc(inp, n_inp, stcb);
197 sctp_grub_through_socket_buffer(inp, head, newso, stcb);
198 SCTP_TCB_UNLOCK(stcb);