Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/bluetooth/bnep/
A Dcore.c48 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()
478 static int bnep_session(void *arg) in bnep_session() function
480 struct bnep_session *s = arg; in bnep_session()
560 struct bnep_session *s, *ss; in bnep_add_connection()
576 dev = alloc_netdev(sizeof(struct bnep_session), in bnep_add_connection()
653 struct bnep_session *s; in bnep_del_connection()
688 struct bnep_session *s; in bnep_get_connlist()
[all …]
A Dnetdev.c53 struct bnep_session *s = netdev_priv(dev); in bnep_net_set_mc_list()
122 static int bnep_net_mc_filter(struct sk_buff *skb, struct bnep_session *s) in bnep_net_mc_filter()
148 static int bnep_net_proto_filter(struct sk_buff *skb, struct bnep_session *s) in bnep_net_proto_filter()
167 struct bnep_session *s = netdev_priv(dev); in bnep_net_xmit()
A Dbnep.h145 struct bnep_session { struct

Completed in 7 milliseconds