Symbol: bnep_session
net/bluetooth/bnep/core.c
100
static int bnep_ctrl_set_netfilter(struct bnep_session *s, __be16 *data, int len)
net/bluetooth/bnep/core.c
146
static int bnep_ctrl_set_mcfilter(struct bnep_session *s, u8 *data, int len)
net/bluetooth/bnep/core.c
206
static int bnep_rx_control_cmd(struct bnep_session *s, u8 cmd, void *data,
net/bluetooth/bnep/core.c
251
static int bnep_rx_control(struct bnep_session *s, void *data, int len)
net/bluetooth/bnep/core.c
259
static int bnep_rx_extension(struct bnep_session *s, struct sk_buff *skb)
net/bluetooth/bnep/core.c
300
static int bnep_rx_frame(struct bnep_session *s, struct sk_buff *skb)
net/bluetooth/bnep/core.c
439
static int bnep_tx_frame(struct bnep_session *s, struct sk_buff *skb)
net/bluetooth/bnep/core.c
45
static struct bnep_session *__bnep_get_session(u8 *dst)
net/bluetooth/bnep/core.c
47
struct bnep_session *s;
net/bluetooth/bnep/core.c
500
struct bnep_session *s = arg;
net/bluetooth/bnep/core.c
562
static struct l2cap_conn *bnep_get_conn(struct bnep_session *session)
net/bluetooth/bnep/core.c
58
static void __bnep_link_session(struct bnep_session *s)
net/bluetooth/bnep/core.c
584
struct bnep_session *s, *ss;
net/bluetooth/bnep/core.c
601
dev = alloc_netdev(sizeof(struct bnep_session),
net/bluetooth/bnep/core.c
63
static void __bnep_unlink_session(struct bnep_session *s)
net/bluetooth/bnep/core.c
663
s->task = kthread_run(bnep_session, s, "kbnepd %s", dev->name);
net/bluetooth/bnep/core.c
68
static int bnep_send(struct bnep_session *s, void *data, size_t len)
net/bluetooth/bnep/core.c
688
struct bnep_session *s;
net/bluetooth/bnep/core.c
709
static void __bnep_copy_ci(struct bnep_conninfo *ci, struct bnep_session *s)
net/bluetooth/bnep/core.c
723
struct bnep_session *s;
net/bluetooth/bnep/core.c
751
struct bnep_session *s;
net/bluetooth/bnep/core.c
76
static int bnep_send_rsp(struct bnep_session *s, u8 ctrl, u16 resp)
net/bluetooth/bnep/core.c
86
static inline void bnep_set_default_proto_filter(struct bnep_session *s)
net/bluetooth/bnep/netdev.c
119
static int bnep_net_mc_filter(struct sk_buff *skb, struct bnep_session *s)
net/bluetooth/bnep/netdev.c
145
static int bnep_net_proto_filter(struct sk_buff *skb, struct bnep_session *s)
net/bluetooth/bnep/netdev.c
164
struct bnep_session *s = netdev_priv(dev);
net/bluetooth/bnep/netdev.c
50
struct bnep_session *s = netdev_priv(dev);