Searched defs:isc_session (Results 1 – 1 of 1) sorted by relevance
116 typedef struct isc_session { struct118 int flags;119 struct cdev *dev;120 struct socket *soc;121 struct file *fp;122 struct thread *td;124 struct proc *proc; // the userland process125 int signal;127 struct thread *soc_thr;129 struct thread *stp; // the sm thread[all …]