sctp_output.c | 7088 struct sctp_inpcb *t_inp; local in function:sctp_output 7097 t_inp = inp; 7239 stcb = sctp_findassociation_ep_addr(&t_inp, addr, &net, NULL, NULL); 9811 struct sctp_inpcb *t_inp; local in function:sctp_sosend 9818 t_inp = inp = (struct sctp_inpcb *)so->so_pcb; 9909 stcb = sctp_findassociation_ep_addr(&t_inp, addr, &net, NULL, NULL);
|