Searched refs:bnep_session (Results 1 – 3 of 3) sorted by relevance
| /linux/net/bluetooth/bnep/ |
| H A D | core.c | 45 static struct bnep_session *__bnep_get_session(u8 *dst) 47 struct bnep_session *s; 58 static void __bnep_link_session(struct bnep_session *s) in __bnep_get_session() 63 static void __bnep_unlink_session(struct bnep_session *s) in __bnep_link_session() 68 static int bnep_send(struct bnep_session *s, void *data, size_t len) in __bnep_unlink_session() 76 static int bnep_send_rsp(struct bnep_session *s, u8 ctrl, u16 resp) in bnep_send() 86 static inline void bnep_set_default_proto_filter(struct bnep_session *s) in bnep_send_rsp() 100 static int bnep_ctrl_set_netfilter(struct bnep_session *s, __be16 *data, int len) in bnep_set_default_proto_filter() 146 static int bnep_ctrl_set_mcfilter(struct bnep_session *s, u8 *data, int len) in bnep_ctrl_set_netfilter() 206 static int bnep_rx_control_cmd(struct bnep_session * in bnep_ctrl_set_mcfilter() 501 static int bnep_session(void *arg) bnep_session() function [all...] |
| H A D | netdev.c | 50 struct bnep_session *s = netdev_priv(dev); in bnep_net_set_mc_list() 119 static int bnep_net_mc_filter(struct sk_buff *skb, struct bnep_session *s) in bnep_net_timeout() 145 static int bnep_net_proto_filter(struct sk_buff *skb, struct bnep_session *s) in bnep_net_eth_proto() 164 struct bnep_session *s = netdev_priv(dev); in bnep_net_xmit()
|
| H A D | bnep.h | 145 struct bnep_session { struct
|