Lines Matching refs:rfcomm_pi
118 if (rfcomm_pi(sk)->channel == channel && in __rfcomm_get_sock_by_addr()
137 if (rfcomm_pi(sk)->channel == channel) { in __rfcomm_get_sock_by_channel()
164 struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; in rfcomm_sock_destruct()
172 rfcomm_pi(sk)->dlc = NULL; in rfcomm_sock_destruct()
218 struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; in __rfcomm_sock_close()
274 rfcomm_pi(sk)->dlc = d; in rfcomm_sock_alloc()
343 rfcomm_pi(sk)->channel = sa->rc_channel; in rfcomm_sock_bind()
358 struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; in rfcomm_sock_connect()
376 rfcomm_pi(sk)->channel = sa->rc_channel; in rfcomm_sock_connect()
474 sa->rc_channel = rfcomm_pi(sk)->channel; in rfcomm_sock_getname()
488 struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; in rfcomm_sock_sendmsg()
633 rfcomm_dlc_unthrottle(rfcomm_pi(sk)->dlc); in rfcomm_sock_recvmsg()
768 rfcomm_pi(sk)->channel = channel; in rfcomm_connect_ind()
774 *d = rfcomm_pi(sk)->dlc; in rfcomm_connect_ind()
793 pi = rfcomm_pi(sk); in rfcomm_sock_dump()
796 sk->state, rfcomm_pi(sk)->channel); in rfcomm_sock_dump()