Home
last modified time | relevance | path

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

/linux-2.6.39/net/bluetooth/
Dl2cap_sock.c434 if (l2cap_pi(sk)->force_reliable) in l2cap_sock_getsockopt_old()
601 l2cap_pi(sk)->force_reliable = (opt & L2CAP_LM_RELIABLE); in l2cap_sock_setsockopt_old()
1017 pi->force_reliable = l2cap_pi(parent)->force_reliable; in l2cap_sock_init()
1033 pi->force_reliable = 0; in l2cap_sock_init()
Dl2cap_core.c714 if (l2cap_pi(sk)->force_reliable) in l2cap_conn_unreliable()
/linux-2.6.39/include/net/bluetooth/
Dl2cap.h350 __u8 force_reliable; member