Searched defs:bnep_session (Results 1 – 2 of 2) sorted by relevance
155 struct bnep_session { struct156 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 …]
478 static int bnep_session(void *arg) in bnep_session() function