Symbol: bnep_session
net/bluetooth/bnep/core.c
103
static int bnep_ctrl_set_netfilter(struct bnep_session *s, __be16 *data, int len)
net/bluetooth/bnep/core.c
149
static int bnep_ctrl_set_mcfilter(struct bnep_session *s, u8 *data, int len)
net/bluetooth/bnep/core.c
209
static int bnep_rx_control(struct bnep_session *s, void *data, int len)
net/bluetooth/bnep/core.c
257
static int bnep_rx_extension(struct bnep_session *s, struct sk_buff *skb)
net/bluetooth/bnep/core.c
298
static int bnep_rx_frame(struct bnep_session *s, struct sk_buff *skb)
net/bluetooth/bnep/core.c
420
static int bnep_tx_frame(struct bnep_session *s, struct sk_buff *skb)
net/bluetooth/bnep/core.c
48
static struct bnep_session *__bnep_get_session(u8 *dst)
net/bluetooth/bnep/core.c
481
struct bnep_session *s = arg;
net/bluetooth/bnep/core.c
50
struct bnep_session *s;
net/bluetooth/bnep/core.c
543
static struct device *bnep_get_device(struct bnep_session *session)
net/bluetooth/bnep/core.c
561
struct bnep_session *s, *ss;
net/bluetooth/bnep/core.c
577
dev = alloc_netdev(sizeof(struct bnep_session),
net/bluetooth/bnep/core.c
61
static void __bnep_link_session(struct bnep_session *s)
net/bluetooth/bnep/core.c
631
s->task = kthread_run(bnep_session, s, "kbnepd %s", dev->name);
net/bluetooth/bnep/core.c
654
struct bnep_session *s;
net/bluetooth/bnep/core.c
66
static void __bnep_unlink_session(struct bnep_session *s)
net/bluetooth/bnep/core.c
675
static void __bnep_copy_ci(struct bnep_conninfo *ci, struct bnep_session *s)
net/bluetooth/bnep/core.c
689
struct bnep_session *s;
net/bluetooth/bnep/core.c
71
static int bnep_send(struct bnep_session *s, void *data, size_t len)
net/bluetooth/bnep/core.c
717
struct bnep_session *s;
net/bluetooth/bnep/core.c
79
static int bnep_send_rsp(struct bnep_session *s, u8 ctrl, u16 resp)
net/bluetooth/bnep/core.c
89
static inline void bnep_set_default_proto_filter(struct bnep_session *s)
net/bluetooth/bnep/netdev.c
122
static int bnep_net_mc_filter(struct sk_buff *skb, struct bnep_session *s)
net/bluetooth/bnep/netdev.c
148
static int bnep_net_proto_filter(struct sk_buff *skb, struct bnep_session *s)
net/bluetooth/bnep/netdev.c
167
struct bnep_session *s = netdev_priv(dev);
net/bluetooth/bnep/netdev.c
53
struct bnep_session *s = netdev_priv(dev);