• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/

Lines Matching refs:fragment_master

127  * stored in \c fragment_master.outgoing.  It is copied into that buffer
133 * fragment_master.incoming array of \c fragment structures. The \c
137 struct fragment_master {
263 * Allocate and initialize a \c fragment_master structure.
272 * @return A pointer to the new \c fragment_master structure.
274 struct fragment_master *fragment_init (struct frame *frame);
278 * Allocate internal packet buffers for a \c fragment_master structure.
280 * @param f - The \c fragment_master structure for which to
286 void fragment_frame_init (struct fragment_master *f, const struct frame *frame);
290 * Free a \c fragment_master structure and its internal packet buffers.
292 * @param f - The \c fragment_master structure to free.
294 void fragment_free (struct fragment_master *f);
324 * @param f - The \c fragment_master structure for this VPN
343 void fragment_incoming (struct fragment_master *f, struct buffer *buf,
378 * @param f - The \c fragment_master structure for this VPN
394 void fragment_outgoing (struct fragment_master *f, struct buffer *buf,
408 * @param f - The \a fragment_master structure for this VPN
424 bool fragment_ready_to_send (struct fragment_master *f, struct buffer *buf,
428 * Check whether a \c fragment_master structure contains fragments ready
431 * @param f - The \c fragment_master structure for this VPN
439 fragment_outgoing_defined (struct fragment_master *f)
447 void fragment_wakeup (struct fragment_master *f, struct frame *frame);
454 * Perform housekeeping of a \c fragment_master structure.
460 * @param f - The \c fragment_master structure for this VPN
466 fragment_housekeeping (struct fragment_master *f, struct frame *frame, struct timeval *tv)