Lines Matching defs:bnep_session
145 struct bnep_session { struct
146 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];
158 unsigned long long mc_filter;
160 struct socket *sock;
161 struct net_device *dev;