Searched refs:tap_fd_set_offload (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/net/ |
H A D | tap-stub.c | 69 void tap_fd_set_offload(int fd, int csum, int tso4, in tap_fd_set_offload() function
|
H A D | tap_int.h | 40 void tap_fd_set_offload(int fd, int csum, int tso4, int tso6, int ecn, int ufo,
|
H A D | tap-bsd.c | 234 void tap_fd_set_offload(int fd, int csum, int tso4, in tap_fd_set_offload() function
|
H A D | tap-solaris.c | 238 void tap_fd_set_offload(int fd, int csum, int tso4, in tap_fd_set_offload() function
|
H A D | tap-linux.c | 231 void tap_fd_set_offload(int fd, int csum, int tso4, in tap_fd_set_offload() function
|
H A D | tap.c | 273 tap_fd_set_offload(s->fd, csum, tso4, tso6, ecn, ufo, uso4, uso6); in tap_set_offload()
|