Lines Matching refs:bnep_session
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()
257 static int bnep_rx_extension(struct bnep_session *s, struct sk_buff *skb) in bnep_rx_extension()
298 static int bnep_rx_frame(struct bnep_session *s, struct sk_buff *skb) in bnep_rx_frame()
419 static int bnep_tx_frame(struct bnep_session *s, struct sk_buff *skb) in bnep_tx_frame()
478 static int bnep_session(void *arg) in bnep_session() function
480 struct bnep_session *s = arg; in bnep_session()
542 static struct device *bnep_get_device(struct bnep_session *session) in bnep_get_device()
560 struct bnep_session *s, *ss; in bnep_add_connection()
576 dev = alloc_netdev(sizeof(struct bnep_session), in bnep_add_connection()
630 s->task = kthread_run(bnep_session, s, "kbnepd %s", dev->name); in bnep_add_connection()
653 struct bnep_session *s; in bnep_del_connection()
674 static void __bnep_copy_ci(struct bnep_conninfo *ci, struct bnep_session *s) in __bnep_copy_ci()
688 struct bnep_session *s; in bnep_get_connlist()
716 struct bnep_session *s; in bnep_get_conninfo()