Lines Matching full:backend
34 * Each network backend registers a set of function pointers that are
40 const char *prefix; /* prefix matching this backend */
44 * by a backend. The cleanup function is used internally,
61 * the backend. If no packets are currently available, this
67 * Called to receive a packet from the backend. When the function
70 * The function returns 0 if the backend doesn't have a new packet to
77 * Ask the backend to enable or disable receive operation in the
78 * backend. On return from a disable operation, it is guaranteed
88 * Ask the backend for the virtio-net features it is able to
95 * Tell the backend to enable/disable the specified virtio-net
105 * Length of the virtio-net header used by the backend and the
112 /* Size of backend-specific private data. */
115 /* Backend-specific private data follows. */
125 * Export the tap backend routines for the benefit of other backends which have