Home
last modified time | relevance | path

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

/linux-3.3/net/bluetooth/bnep/
Dbnep.h152 struct bnep_session { struct
153 struct list_head list;
155 unsigned int role;
156 unsigned long state;
157 unsigned long flags;
158 atomic_t terminate;
159 struct task_struct *task;
161 struct ethhdr eh;
162 struct msghdr msg;
164 struct bnep_proto_filter proto_filter[BNEP_MAX_PROTO_FILTERS];
[all …]
Dcore.c466 static int bnep_session(void *arg) in bnep_session() function