Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_peeloff.c65 inp = (struct sctp_inpcb *)head->so_pcb; in sctp_can_peel_off()
99 inp = (struct sctp_inpcb *)head->so_pcb; in sctp_do_peeloff()
118 n_inp = (struct sctp_inpcb *)so->so_pcb; in sctp_do_peeloff()
191 inp = (struct sctp_inpcb *)head->so_pcb; in sctp_get_peeloff()
234 n_inp = (struct sctp_inpcb *)newso->so_pcb; in sctp_get_peeloff()
Dsctp_usrreq.c678 inp = (struct sctp_inpcb *)so->so_pcb;
711 so->so_pcb = NULL;
752 inp = (struct sctp_inpcb *)so->so_pcb;
767 inp = (struct sctp_inpcb *)so->so_pcb;
829 inp = (struct sctp_inpcb *)so->so_pcb;
858 inp = (struct sctp_inpcb *)so->so_pcb;
873 inp = (struct sctp_inpcb *)so->so_pcb;
889 inp = (struct sctp_inpcb *)so->so_pcb;
916 inp = (struct sctp_inpcb *)so->so_pcb;
961 so->so_pcb = NULL;
[all …]
Dsctp_pcb.c2894 so->so_pcb = (caddr_t)inp;
2929 so->so_pcb = NULL;
2951 so->so_pcb = NULL;
2964 so->so_pcb = NULL;
2986 so->so_pcb = NULL;
3280 inp = (struct sctp_inpcb *)so->so_pcb;
3282 ip_inp = (struct inpcb *)so->so_pcb;
Dsctputil.c5758 inp = (struct sctp_inpcb *)so->so_pcb;
6901 inp = (struct sctp_inpcb *)so->so_pcb;
Dsctp_input.c2895 inp = (struct sctp_inpcb *)so->so_pcb;
Dsctp_output.c13174 t_inp = inp = (struct sctp_inpcb *)so->so_pcb;
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet6/
Dsctp6_usrreq.c722 inp = (struct sctp_inpcb *)so->so_pcb;
753 so->so_pcb = NULL;
790 inp = (struct sctp_inpcb *)so->so_pcb;
804 inp = (struct sctp_inpcb *)so->so_pcb;
861 inp = (struct sctp_inpcb *)so->so_pcb;
1056 inp = (struct sctp_inpcb *)so->so_pcb;
1191 inp6 = (struct in6pcb *)so->so_pcb;
1193 inp = (struct sctp_inpcb *)so->so_pcb;
1370 inp = (struct sctp_inpcb *)so->so_pcb;
1503 inp = (struct sctp_inpcb *)so->so_pcb;
/external/chromium_org/third_party/usrsctp/usrsctplib/
Duser_inpcb.h328 #define sotoinpcb(so) ((struct inpcb *)(so)->so_pcb)
Duser_socketvar.h132 void *so_pcb; /* protocol control block */ member
359 caddr_t so_pcb; /* another convenient handle */ member
Duser_socket.c200 KASSERT(so->so_pcb == NULL, ("sodealloc(): so_pcb != NULL")); in sodealloc()
287 inp = (struct sctp_inpcb *)so->so_pcb;
1085 inp = (struct sctp_inpcb *)so->so_pcb; in usrsctp_recvv()