Lines Matching defs:bnep_session
155 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];
168 unsigned long long mc_filter;
170 struct socket *sock;
171 struct net_device *dev;