Home
last modified time | relevance | path

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

/linux/net/bluetooth/rfcomm/
H A Dsock.c257 pi->dlc->defer_setup = test_bit(BT_SK_DEFER_SETUP, in rfcomm_sock_init()
265 pi->dlc->defer_setup = 0; in rfcomm_sock_init()
791 !rfcomm_pi(sk)->dlc->defer_setup) { in rfcomm_sock_getsockopt_old()
955 bool defer_setup = false; in rfcomm_connect_ind()
972 defer_setup = test_bit(BT_SK_DEFER_SETUP, &bt_sk(parent)->flags); in rfcomm_connect_ind()
1001 if (defer_setup) in rfcomm_connect_ind()
954 bool defer_setup = false; rfcomm_connect_ind() local
H A Dcore.c1342 if (d->defer_setup) { in rfcomm_check_accept()
1930 if (d->defer_setup) { in rfcomm_process_dlcs()
/linux/include/net/bluetooth/
H A Drfcomm.h185 u32 defer_setup;
188 u32 defer_setup; global() member