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

/freebsd-10.3-release/sys/netinet/
H A Dsctp_input.c2412 struct sctp_inpcb *l_inp; local
2485 l_inp = *inp_p;
2489 SCTP_INP_RLOCK(l_inp);
2507 SCTP_INP_RUNLOCK(l_inp);
2588 mflowtype, mflowid, l_inp->fibnum,
2636 * original findep got back l_inp and now
2638 if (l_inp != *inp_p) {
2661 if ((*stcb)->sctp_ep != l_inp) {
2662 SCTP_PRINTF("Huh? ep:%p diff then l_inp:%p?\n",
2663 (void *)(*stcb)->sctp_ep, (void *)l_inp);
[all...]

Completed in 204 milliseconds