Searched refs:l2cap_chan_list (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/bluetooth/
H A Dl2cap.h259 struct l2cap_chan_list { struct
289 struct l2cap_chan_list chan_list;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/
H A Dl2cap.c124 static struct sock *__l2cap_get_chan_by_dcid(struct l2cap_chan_list *l, u16 cid)
134 static struct sock *__l2cap_get_chan_by_scid(struct l2cap_chan_list *l, u16 cid)
146 static inline struct sock *l2cap_get_chan_by_scid(struct l2cap_chan_list *l, u16 cid)
157 static struct sock *__l2cap_get_chan_by_ident(struct l2cap_chan_list *l, u8 ident)
167 static inline struct sock *l2cap_get_chan_by_ident(struct l2cap_chan_list *l, u8 ident)
178 static u16 l2cap_alloc_cid(struct l2cap_chan_list *l)
190 static inline void __l2cap_chan_link(struct l2cap_chan_list *l, struct sock *sk)
202 static inline void l2cap_chan_unlink(struct l2cap_chan_list *l, struct sock *sk)
221 struct l2cap_chan_list *l = &conn->chan_list;
507 struct l2cap_chan_list *
[all...]

Completed in 83 milliseconds