Searched refs:bnep_session (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/net/bluetooth/bnep/ |
D | core.c | 48 static struct bnep_session *__bnep_get_session(u8 *dst) in __bnep_get_session() 50 struct bnep_session *s; in __bnep_get_session() 61 static void __bnep_link_session(struct bnep_session *s) in __bnep_link_session() 66 static void __bnep_unlink_session(struct bnep_session *s) in __bnep_unlink_session() 71 static int bnep_send(struct bnep_session *s, void *data, size_t len) in bnep_send() 79 static int bnep_send_rsp(struct bnep_session *s, u8 ctrl, u16 resp) in bnep_send_rsp() 89 static inline void bnep_set_default_proto_filter(struct bnep_session *s) in bnep_set_default_proto_filter() 103 static int bnep_ctrl_set_netfilter(struct bnep_session *s, __be16 *data, int len) in bnep_ctrl_set_netfilter() 149 static int bnep_ctrl_set_mcfilter(struct bnep_session *s, u8 *data, int len) in bnep_ctrl_set_mcfilter() 209 static int bnep_rx_control(struct bnep_session *s, void *data, int len) in bnep_rx_control() [all …]
|
D | netdev.c | 53 struct bnep_session *s = netdev_priv(dev); in bnep_net_set_mc_list() 122 static int bnep_net_mc_filter(struct sk_buff *skb, struct bnep_session *s) in bnep_net_mc_filter() 148 static int bnep_net_proto_filter(struct sk_buff *skb, struct bnep_session *s) in bnep_net_proto_filter() 167 struct bnep_session *s = netdev_priv(dev); in bnep_net_xmit()
|
D | bnep.h | 145 struct bnep_session { struct
|