~ubuntu-branches/ubuntu/lucid/linux-rt/lucid

« back to all changes in this revision

Viewing changes to include/linux/if_tun.h

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2009-08-05 23:00:52 UTC
  • Revision ID: james.westby@ubuntu.com-20090805230052-7xedvqcyk9dnnxb2
Tags: 2.6.31-1.1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
#define TUNSETOFFLOAD  _IOW('T', 208, unsigned int)
47
47
#define TUNSETTXFILTER _IOW('T', 209, unsigned int)
48
48
#define TUNGETIFF      _IOR('T', 210, unsigned int)
 
49
#define TUNGETSNDBUF   _IOR('T', 211, int)
 
50
#define TUNSETSNDBUF   _IOW('T', 212, int)
49
51
 
50
52
/* TUNSETIFF ifr flags */
51
53
#define IFF_TUN         0x0001
53
55
#define IFF_NO_PI       0x1000
54
56
#define IFF_ONE_QUEUE   0x2000
55
57
#define IFF_VNET_HDR    0x4000
 
58
#define IFF_TUN_EXCL    0x8000
56
59
 
57
60
/* Features for GSO (TUNSETOFFLOAD). */
58
61
#define TUN_F_CSUM      0x01    /* You can hand me unchecksummed packets. */