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

/freebsd-10.1-release/sys/netinet/
H A Dsctp_input.c2381 struct sctp_inpcb *l_inp; local
2460 l_inp = *inp_p;
2464 SCTP_INP_RLOCK(l_inp);
2482 SCTP_INP_RUNLOCK(l_inp);
2611 * original findep got back l_inp and now
2613 if (l_inp != *inp_p) {
2636 if ((*stcb)->sctp_ep != l_inp) {
2637 SCTP_PRINTF("Huh? ep:%p diff then l_inp:%p?\n",
2638 (void *)(*stcb)->sctp_ep, (void *)l_inp);

Completed in 331 milliseconds