Searched refs:get_sndtimeo (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/include/net/bluetooth/ |
D | l2cap.h | 665 long (*get_sndtimeo) (struct l2cap_chan *chan); member
|
/linux-6.1.9/net/bluetooth/ |
D | a2mp.c | 763 .get_sndtimeo = l2cap_chan_no_get_sndtimeo,
|
D | 6lowpan.c | 875 .get_sndtimeo = chan_get_sndtimeo_cb,
|
D | l2cap_core.c | 832 __set_chan_timer(chan, chan->ops->get_sndtimeo(chan)); in l2cap_chan_close() 4184 __set_chan_timer(chan, chan->ops->get_sndtimeo(chan)); in l2cap_connect() 5886 __set_chan_timer(chan, chan->ops->get_sndtimeo(chan)); in l2cap_le_connect_req() 6102 __set_chan_timer(chan, chan->ops->get_sndtimeo(chan)); in l2cap_ecred_conn_req() 8075 __set_chan_timer(chan, chan->ops->get_sndtimeo(chan)); in l2cap_chan_connect()
|
D | l2cap_sock.c | 1736 .get_sndtimeo = l2cap_sock_get_sndtimeo_cb,
|
D | smp.c | 3227 .get_sndtimeo = l2cap_chan_no_get_sndtimeo, 3275 .get_sndtimeo = l2cap_chan_no_get_sndtimeo,
|