Searched refs:bnep_session (Results 1 – 2 of 2) sorted by relevance
| /linux/net/bluetooth/bnep/ |
| H A D | core.c | 45 static struct bnep_session *__bnep_get_session(u8 *dst) in __bnep_get_session() 47 struct bnep_session *s; in __bnep_get_session() 58 static void __bnep_link_session(struct bnep_session *s) in __bnep_link_session() 63 static void __bnep_unlink_session(struct bnep_session *s) in __bnep_unlink_session() 68 static int bnep_send(struct bnep_session *s, void *data, size_t len) in bnep_send() 76 static int bnep_send_rsp(struct bnep_session *s, u8 ctrl, u16 resp) in bnep_send_rsp() 86 static inline void bnep_set_default_proto_filter(struct bnep_session *s) in bnep_set_default_proto_filter() 100 static int bnep_ctrl_set_netfilter(struct bnep_session *s, __be16 *data, int len) in bnep_ctrl_set_netfilter() 146 static int bnep_ctrl_set_mcfilter(struct bnep_session *s, u8 *data, int len) in bnep_ctrl_set_mcfilter() 206 static int bnep_rx_control_cmd(struct bnep_session *s, u8 cmd, void *data, in bnep_rx_control_cmd() [all …]
|
| H A D | bnep.h | 145 struct bnep_session { struct
|