Searched refs:l_inp (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/netinet/
H A Dsctp_input.c2416 struct sctp_inpcb *l_inp; local
2495 l_inp = *inp_p;
2499 SCTP_INP_RLOCK(l_inp);
2517 SCTP_INP_RUNLOCK(l_inp);
2646 * original findep got back l_inp and now
2648 if (l_inp != *inp_p) {
2671 if ((*stcb)->sctp_ep != l_inp) {
2672 SCTP_PRINTF("Huh? ep:%p diff then l_inp:%p?\n",
2673 (void *)(*stcb)->sctp_ep, (void *)l_inp);

Completed in 74 milliseconds