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

  /src/sys/netinet/
sctp_peeloff.c 140 struct socket *newso; local in function:sctp_get_peeloff
160 newso = sonewconn(head, SS_ISCONNECTED);
161 if (newso == NULL) {
171 n_inp = (struct sctp_inpcb *)newso->so_pcb;
177 n_inp->sctp_socket = newso;
179 newso->so_state &= ~SS_NBIO;
180 newso->so_state |= SS_ISCONNECTED;
182 newso = TAILQ_FIRST(&head->so_q);
183 if (soqremque(newso, 1) == 0)
197 sctp_grub_through_socket_buffer(inp, head, newso, stcb)
    [all...]
sctp_peeloff.c 140 struct socket *newso; local in function:sctp_get_peeloff
160 newso = sonewconn(head, SS_ISCONNECTED);
161 if (newso == NULL) {
171 n_inp = (struct sctp_inpcb *)newso->so_pcb;
177 n_inp->sctp_socket = newso;
179 newso->so_state &= ~SS_NBIO;
180 newso->so_state |= SS_ISCONNECTED;
182 newso = TAILQ_FIRST(&head->so_q);
183 if (soqremque(newso, 1) == 0)
197 sctp_grub_through_socket_buffer(inp, head, newso, stcb)
    [all...]
sctp_peeloff.c 140 struct socket *newso; local in function:sctp_get_peeloff
160 newso = sonewconn(head, SS_ISCONNECTED);
161 if (newso == NULL) {
171 n_inp = (struct sctp_inpcb *)newso->so_pcb;
177 n_inp->sctp_socket = newso;
179 newso->so_state &= ~SS_NBIO;
180 newso->so_state |= SS_ISCONNECTED;
182 newso = TAILQ_FIRST(&head->so_q);
183 if (soqremque(newso, 1) == 0)
197 sctp_grub_through_socket_buffer(inp, head, newso, stcb)
    [all...]
sctp_peeloff.c 140 struct socket *newso; local in function:sctp_get_peeloff
160 newso = sonewconn(head, SS_ISCONNECTED);
161 if (newso == NULL) {
171 n_inp = (struct sctp_inpcb *)newso->so_pcb;
177 n_inp->sctp_socket = newso;
179 newso->so_state &= ~SS_NBIO;
180 newso->so_state |= SS_ISCONNECTED;
182 newso = TAILQ_FIRST(&head->so_q);
183 if (soqremque(newso, 1) == 0)
197 sctp_grub_through_socket_buffer(inp, head, newso, stcb)
    [all...]

Completed in 45 milliseconds