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