Searched refs:bnep_session (Results 1 - 3 of 3) sorted by relevance
/net/bluetooth/bnep/ |
H A D | core.c | 47 static struct bnep_session *__bnep_get_session(u8 *dst) 49 struct bnep_session *s; 60 static void __bnep_link_session(struct bnep_session *s) 65 static void __bnep_unlink_session(struct bnep_session *s) 70 static int bnep_send(struct bnep_session *s, void *data, size_t len) 78 static int bnep_send_rsp(struct bnep_session *s, u8 ctrl, u16 resp) 88 static inline void bnep_set_default_proto_filter(struct bnep_session *s) 102 static int bnep_ctrl_set_netfilter(struct bnep_session *s, __be16 *data, int len) 148 static int bnep_ctrl_set_mcfilter(struct bnep_session *s, u8 *data, int len) 208 static int bnep_rx_control(struct bnep_session * 447 static int bnep_session(void *arg) function [all...] |
H A D | netdev.c | 53 struct bnep_session *s = netdev_priv(dev); 122 static int bnep_net_mc_filter(struct sk_buff *skb, struct bnep_session *s) 148 static int bnep_net_proto_filter(struct sk_buff *skb, struct bnep_session *s) 167 struct bnep_session *s = netdev_priv(dev);
|
H A D | bnep.h | 152 struct bnep_session { struct
|
Completed in 38 milliseconds