Lines Matching defs:ses
108 u_int32_t ses;
239 u_int32_t ses;
312 ses = *(u_int32_t *)data;
313 cse = csefind(fcr, ses);
345 cse = csefind(fcr, cop->ses);
915 struct csession *cryptodev_csefind(struct fcrypt *fcr, u_int ses)
917 return csefind(fcr, ses);
922 csefind(struct fcrypt *fcr, u_int ses)
928 if (cse->ses == ses)
958 cse->ses = fcr->sesn++;
1087 cse = csefind(fcr, cnop[req].ses);
1662 sop->ses = cse->ses;
1700 s_op.ses = ~0;
1704 sn_ops->ses = s_op.ses;
1766 cse = csefind(fcr, cse->ses);
1896 cse = csefind(fcr, cse->ses);