Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/rfcomm/
H A Dsock.c90 &rfcomm_pi(sk)->src, NULL); in rfcomm_sk_state_change()
114 if (bacmp(&rfcomm_pi(sk)->src, src)) in __rfcomm_get_listen_sock_by_addr()
163 rfcomm_pi(sk)->dlc = NULL; in rfcomm_sock_destruct()
290 rfcomm_pi(sk)->dlc = d; in rfcomm_sock_alloc()
441 if (!rfcomm_pi(sk)->channel) { in rfcomm_sock_listen()
768 if (rfcomm_pi(sk)->role_switch) in rfcomm_sock_getsockopt_old()
967 bacpy(&rfcomm_pi(sk)->src, &src); in rfcomm_connect_ind()
968 bacpy(&rfcomm_pi(sk)->dst, &dst); in rfcomm_connect_ind()
969 rfcomm_pi(sk)->channel = channel; in rfcomm_connect_ind()
975 *d = rfcomm_pi(sk)->dlc; in rfcomm_connect_ind()
[all …]
H A Dtty.c410 dlc = rfcomm_pi(sk)->dlc; in __rfcomm_create_dev()
/openbmc/linux/include/net/bluetooth/
H A Drfcomm.h301 #define rfcomm_pi(sk) ((struct rfcomm_pinfo *) sk) macro