Home
last modified time | relevance | path

Searched defs:bnep_session (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/net/bluetooth/bnep/
Dbnep.h155 struct bnep_session { struct
156 struct list_head list;
158 unsigned int role;
159 unsigned long state;
160 unsigned long flags;
161 atomic_t terminate;
162 struct task_struct *task;
164 struct ethhdr eh;
165 struct msghdr msg;
167 struct bnep_proto_filter proto_filter[BNEP_MAX_PROTO_FILTERS];
[all …]
Dcore.c478 static int bnep_session(void *arg) in bnep_session() function