Searched refs:bnep_session (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/bnep/
H A Dcore.c68 static struct bnep_session *__bnep_get_session(u8 *dst)
70 struct bnep_session *s;
76 s = list_entry(p, struct bnep_session, list);
83 static void __bnep_link_session(struct bnep_session *s)
92 static void __bnep_unlink_session(struct bnep_session *s)
98 static int bnep_send(struct bnep_session *s, void *data, size_t len)
106 static int bnep_send_rsp(struct bnep_session *s, u8 ctrl, u16 resp)
116 static inline void bnep_set_default_proto_filter(struct bnep_session *s)
130 static int bnep_ctrl_set_netfilter(struct bnep_session *s, __be16 *data, int len)
175 static int bnep_ctrl_set_mcfilter(struct bnep_session *
464 static int bnep_session(void *arg) function
[all...]
H A Dnetdev.c69 struct bnep_session *s = dev->priv;
76 struct bnep_session *s = dev->priv;
145 static inline int bnep_net_mc_filter(struct sk_buff *skb, struct bnep_session *s)
171 static inline int bnep_net_proto_filter(struct sk_buff *skb, struct bnep_session *s)
189 struct bnep_session *s = dev->priv;
H A Dbnep.h156 struct bnep_session { struct

Completed in 84 milliseconds