Home
last modified time | relevance | path

Searched refs:tap_fd_set_offload (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/net/
H A Dtap-stub.c69 void tap_fd_set_offload(int fd, int csum, int tso4, in tap_fd_set_offload() function
H A Dtap_int.h40 void tap_fd_set_offload(int fd, int csum, int tso4, int tso6, int ecn, int ufo,
H A Dtap-bsd.c234 void tap_fd_set_offload(int fd, int csum, int tso4, in tap_fd_set_offload() function
H A Dtap-solaris.c238 void tap_fd_set_offload(int fd, int csum, int tso4, in tap_fd_set_offload() function
H A Dtap-linux.c231 void tap_fd_set_offload(int fd, int csum, int tso4, in tap_fd_set_offload() function
H A Dtap.c273 tap_fd_set_offload(s->fd, csum, tso4, tso6, ecn, ufo, uso4, uso6); in tap_set_offload()