Home | History | Annotate | Download | only in core

Lines Matching refs:xfer

21 #include <gpxe/xfer.h>
36 void filter_close ( struct xfer_interface *xfer, int rc ) {
37 struct xfer_interface *other = filter_other_half ( xfer );
42 int filter_vredirect ( struct xfer_interface *xfer, int type,
44 struct xfer_interface *other = filter_other_half ( xfer );
49 size_t filter_window ( struct xfer_interface *xfer ) {
50 struct xfer_interface *other = filter_other_half ( xfer );
55 struct io_buffer * filter_alloc_iob ( struct xfer_interface *xfer,
57 struct xfer_interface *other = filter_other_half ( xfer );
62 int filter_deliver_iob ( struct xfer_interface *xfer, struct io_buffer *iobuf,
64 struct xfer_interface *other = filter_other_half ( xfer );
69 int filter_deliver_raw ( struct xfer_interface *xfer, const void *data,
71 struct xfer_interface *other = filter_other_half ( xfer );