Revision 445d892f net/tap.h

b/net/tap.h
40 40

  
41 41
int tap_has_ufo(VLANClientState *vc);
42 42
int tap_has_vnet_hdr(VLANClientState *vc);
43
int tap_has_vnet_hdr_len(VLANClientState *vc, int len);
43 44
void tap_using_vnet_hdr(VLANClientState *vc, int using_vnet_hdr);
44 45
void tap_set_offload(VLANClientState *vc, int csum, int tso4, int tso6, int ecn, int ufo);
46
void tap_set_vnet_hdr_len(VLANClientState *vc, int len);
45 47

  
46 48
int tap_set_sndbuf(int fd, QemuOpts *opts);
47 49
int tap_probe_vnet_hdr(int fd);
50
int tap_probe_vnet_hdr_len(int fd, int len);
48 51
int tap_probe_has_ufo(int fd);
49 52
void tap_fd_set_offload(int fd, int csum, int tso4, int tso6, int ecn, int ufo);
53
void tap_fd_set_vnet_hdr_len(int fd, int len);
50 54

  
51 55
int tap_get_fd(VLANClientState *vc);
52 56

  

Also available in: Unified diff