Searched defs:bnep_session (Results 1 – 2 of 2) sorted by relevance
145 struct bnep_session { struct146 struct list_head list;148 unsigned int role;149 unsigned long state;150 unsigned long flags;151 atomic_t terminate;152 struct task_struct *task;154 struct ethhdr eh;155 struct msghdr msg;157 struct bnep_proto_filter proto_filter[BNEP_MAX_PROTO_FILTERS];[all …]
478 static int bnep_session(void *arg) in bnep_session() function