Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netinet/
Dsctp_input.c2388 struct sctp_inpcb *l_inp; in sctp_handle_cookie_echo() local
2467 l_inp = *inp_p; in sctp_handle_cookie_echo()
2471 SCTP_INP_RLOCK(l_inp); in sctp_handle_cookie_echo()
2489 SCTP_INP_RUNLOCK(l_inp); in sctp_handle_cookie_echo()
2620 if (l_inp != *inp_p) { in sctp_handle_cookie_echo()
2643 if ((*stcb)->sctp_ep != l_inp) { in sctp_handle_cookie_echo()
2645 (void *)(*stcb)->sctp_ep, (void *)l_inp); in sctp_handle_cookie_echo()