Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_peeloff.c63 inp = (struct sctp_inpcb *)head->so_pcb; in sctp_can_peel_off()
97 inp = (struct sctp_inpcb *)head->so_pcb; in sctp_do_peeloff()
116 n_inp = (struct sctp_inpcb *)so->so_pcb; in sctp_do_peeloff()
182 inp = (struct sctp_inpcb *)head->so_pcb; in sctp_get_peeloff()
222 n_inp = (struct sctp_inpcb *)newso->so_pcb; in sctp_get_peeloff()
Dsctp_usrreq.c591 inp = (struct sctp_inpcb *)so->so_pcb;
627 so->so_pcb = NULL;
666 inp = (struct sctp_inpcb *)so->so_pcb;
681 inp = (struct sctp_inpcb *)so->so_pcb;
714 inp = (struct sctp_inpcb *)so->so_pcb;
743 inp = (struct sctp_inpcb *)so->so_pcb;
758 inp = (struct sctp_inpcb *)so->so_pcb;
774 inp = (struct sctp_inpcb *)so->so_pcb;
804 inp = (struct sctp_inpcb *)so->so_pcb;
852 so->so_pcb = NULL;
[all …]
Dsctp_pcb.c2861 so->so_pcb = (caddr_t)inp;
2883 so->so_pcb = NULL;
2905 so->so_pcb = NULL;
2918 so->so_pcb = NULL;
2940 so->so_pcb = NULL;
3301 inp = (struct sctp_inpcb *)so->so_pcb;
3303 ip_inp = (struct inpcb *)so->so_pcb;
Dsctputil.c6125 inp = (struct sctp_inpcb *)so->so_pcb;
7220 inp = (struct sctp_inpcb *)so->so_pcb;
Dsctp_input.c3016 inp = (struct sctp_inpcb *)so->so_pcb;
Dsctp_output.c13489 t_inp = inp = (struct sctp_inpcb *)so->so_pcb;
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet6/
Dsctp6_usrreq.c680 inp = (struct sctp_inpcb *)so->so_pcb;
714 so->so_pcb = NULL;
751 inp = (struct sctp_inpcb *)so->so_pcb;
765 inp = (struct sctp_inpcb *)so->so_pcb;
811 inp = (struct sctp_inpcb *)so->so_pcb;
989 inp = (struct sctp_inpcb *)so->so_pcb;
1129 inp = (struct sctp_inpcb *)so->so_pcb;
1305 inp = (struct sctp_inpcb *)so->so_pcb;
1441 inp = (struct sctp_inpcb *)so->so_pcb;
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_inpcb.h326 #define sotoinpcb(so) ((struct inpcb *)(so)->so_pcb)
Duser_socketvar.h134 void *so_pcb; /* protocol control block */ member
Duser_socket.c231 KASSERT(so->so_pcb == NULL, ("sodealloc(): so_pcb != NULL")); in sodealloc()
316 inp = (struct sctp_inpcb *)so->so_pcb; in soabort()
1144 inp = (struct sctp_inpcb *)so->so_pcb; in usrsctp_recvv()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs573 pub so_pcb: u64,