Home
last modified time | relevance | path

Searched refs:rfcomm_pi (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/net/bluetooth/rfcomm/
Dsock.c118 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()
[all …]
Dtty.c308 dlc = rfcomm_pi(sk)->dlc; in rfcomm_create_dev()
/linux-2.4.37.9/include/net/bluetooth/
Drfcomm.h309 #define rfcomm_pi(sk) ((struct rfcomm_pinfo *) &sk->tp_pinfo) macro