Lines Matching refs:so_pcb
86 KASSERT(so->so_pcb == NULL);
99 return sco_attach_pcb((struct sco_pcb **)&so->so_pcb, &sco_proto, so);
105 KASSERT(so->so_pcb != NULL);
106 sco_detach_pcb((struct sco_pcb **)&so->so_pcb);
107 KASSERT(so->so_pcb == NULL);
113 struct sco_pcb *pcb = so->so_pcb;
127 struct sco_pcb *pcb = so->so_pcb;
148 struct sco_pcb *pcb = so->so_pcb;
161 struct sco_pcb *pcb = so->so_pcb;
183 struct sco_pcb *pcb = so->so_pcb;
196 struct sco_pcb *pcb = so->so_pcb;
219 struct sco_pcb *pcb = so->so_pcb;
249 struct sco_pcb *pcb = (struct sco_pcb *)so->so_pcb;
261 struct sco_pcb *pcb = (struct sco_pcb *)so->so_pcb;
290 struct sco_pcb *pcb = so->so_pcb;
350 struct sco_pcb *pcb = (struct sco_pcb *)so->so_pcb;
424 return so->so_pcb;