Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_input.c2246 struct sctp_inpcb *l_inp; in sctp_handle_cookie_echo() local
2319 l_inp = *inp_p; in sctp_handle_cookie_echo()
2320 SCTP_INP_RLOCK(l_inp); in sctp_handle_cookie_echo()
2325 if (l_inp->sctp_flags & (SCTP_PCB_FLAGS_SOCKET_GONE | SCTP_PCB_FLAGS_SOCKET_ALLGONE)) { in sctp_handle_cookie_echo()
2326 SCTP_INP_RUNLOCK(l_inp); in sctp_handle_cookie_echo()
2345 SCTP_INP_RUNLOCK(l_inp); in sctp_handle_cookie_echo()
2447 mflowtype, mflowid, l_inp->fibnum, in sctp_handle_cookie_echo()
2497 if (l_inp != *inp_p) { in sctp_handle_cookie_echo()
2520 if ((*stcb)->sctp_ep != l_inp) { in sctp_handle_cookie_echo()
2522 (void *)(*stcb)->sctp_ep, (void *)l_inp); in sctp_handle_cookie_echo()