Searched refs:rfcomm_rcvd_pcb (Results 1 – 3 of 3) sorted by relevance
111 error = rfcomm_rcvd_pcb(so->so_pcb, sbspace(&so->so_rcv)); in rfcomm_attach()297 return rfcomm_rcvd_pcb(pcb, sbspace(&so->so_rcv)); in rfcomm_rcvd()
419 int rfcomm_rcvd_pcb(struct rfcomm_dlc *, size_t);
418 rfcomm_rcvd_pcb(struct rfcomm_dlc *dlc, size_t space) in rfcomm_rcvd_pcb() function