Searched refs:so_pcb (Results 1 – 11 of 11) sorted by relevance
63 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()
591 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 …]
2861 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;
6125 inp = (struct sctp_inpcb *)so->so_pcb;7220 inp = (struct sctp_inpcb *)so->so_pcb;
3016 inp = (struct sctp_inpcb *)so->so_pcb;
13489 t_inp = inp = (struct sctp_inpcb *)so->so_pcb;
680 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;
326 #define sotoinpcb(so) ((struct inpcb *)(so)->so_pcb)
134 void *so_pcb; /* protocol control block */ member
231 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()
573 pub so_pcb: u64,