Home | History | Annotate | Download | only in netbt

Lines Matching refs:so_pcb

90 	KASSERT(so->so_pcb == NULL);
107 return l2cap_attach_pcb((struct l2cap_channel **)&so->so_pcb,
114 KASSERT(so->so_pcb != NULL);
115 l2cap_detach_pcb((struct l2cap_channel **)&so->so_pcb);
116 KASSERT(so->so_pcb == NULL);
122 struct l2cap_channel *pcb = so->so_pcb;
136 struct l2cap_channel *pcb = so->so_pcb;
157 struct l2cap_channel *pcb = so->so_pcb;
170 struct l2cap_channel *pcb = so->so_pcb;
194 if (so->so_pcb == NULL)
203 struct l2cap_channel *pcb = so->so_pcb;
226 struct l2cap_channel *pcb = so->so_pcb;
256 struct l2cap_channel *pcb = so->so_pcb;
268 struct l2cap_channel *pcb = so->so_pcb;
297 struct l2cap_channel *pcb = so->so_pcb;
361 struct l2cap_channel *pcb = so->so_pcb;
437 return so->so_pcb;
464 (void)l2cap_getopt(so->so_pcb, &sopt);
471 l2cap_disconnect_pcb(so->so_pcb, 0);