HomeSort by: relevance | last modified time | path
    Searched defs:l_inp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
sctp_pcb.c 3906 struct sctp_inpcb *inp, *l_inp; local in function:sctp_load_addresses_from_init
3973 l_inp = inp = stcb->sctp_ep;
4000 if (l_inp->sctp_flags & (SCTP_PCB_FLAGS_SOCKET_GONE|SCTP_PCB_FLAGS_SOCKET_ALLGONE)) {
4044 if (l_inp->sctp_flags & (SCTP_PCB_FLAGS_SOCKET_GONE|SCTP_PCB_FLAGS_SOCKET_ALLGONE)) {
4056 if (l_inp->sctp_flags & (SCTP_PCB_FLAGS_SOCKET_GONE|SCTP_PCB_FLAGS_SOCKET_ALLGONE)) {
4075 if (l_inp->sctp_flags & (SCTP_PCB_FLAGS_SOCKET_GONE|SCTP_PCB_FLAGS_SOCKET_ALLGONE)) {
4077 SCTP_INP_RUNLOCK(l_inp);
4082 SCTP_INP_RUNLOCK(l_inp);
4109 if (l_inp->sctp_flags & (SCTP_PCB_FLAGS_SOCKET_GONE|SCTP_PCB_FLAGS_SOCKET_ALLGONE)) {
4123 if (l_inp->sctp_flags & (SCTP_PCB_FLAGS_SOCKET_GONE|SCTP_PCB_FLAGS_SOCKET_ALLGONE))
    [all...]
sctp_input.c 1668 struct sctp_inpcb *l_inp; local in function:sctp_handle_cookie_echo
1799 l_inp = *inp_p;
1803 SCTP_INP_RLOCK(l_inp);
1829 SCTP_INP_RUNLOCK(l_inp);
1995 * findep got back l_inp and now
1997 if (l_inp != *inp_p) {

Completed in 24 milliseconds