Lines Matching defs:prepare
35 * - prepare - for input mbufs and given IPsec session prepare crypto ops
38 * - prepare_stateless - similar to prepare, but further processing is done
53 } prepare;
76 * - session/device specific functions to prepare/process IPsec packets.
98 /** functions to prepare/process IPsec packets */
117 * For input mbufs and given IPsec session prepare crypto ops that can be
141 return ss->pkt_func.prepare.async(ss, mb, cop, num);
148 return ss->pkt_func.prepare.sync(ss, mb, num);
156 * For input mbufs and given IPsec session prepare crypto ops that can be