diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-05-10 14:31:20 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-05-10 14:31:20 +0200 |
| commit | cfeec859376ebc8256540f14226b0620bf842fc1 (patch) | |
| tree | a0026be6bd67269cba321d3dd1c924fe04c5d5fe /sys/linux/dev_net_tun_amd64.const | |
| parent | f5cecf2e325a277733347308687fd39e7253ef66 (diff) | |
sys/linux: add new consts/flags/fields here and there
Add a bunch of new small interfaces in 5.2: new consts, flags, fields, etc.
Diffstat (limited to 'sys/linux/dev_net_tun_amd64.const')
| -rw-r--r-- | sys/linux/dev_net_tun_amd64.const | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/linux/dev_net_tun_amd64.const b/sys/linux/dev_net_tun_amd64.const index b6df33afd..e8013f306 100644 --- a/sys/linux/dev_net_tun_amd64.const +++ b/sys/linux/dev_net_tun_amd64.const @@ -84,11 +84,13 @@ SIOCGIFHWADDR = 35111 SIOCSIFHWADDR = 35108 TUNATTACHFILTER = 1074812117 TUNDETACHFILTER = 1074812118 +TUNGETDEVNETNS = 21731 TUNGETFEATURES = 2147767503 TUNGETFILTER = 2148553947 TUNGETIFF = 2147767506 TUNGETSNDBUF = 2147767507 TUNGETVNETHDRSZ = 2147767511 +TUNSETCARRIER = 1074025698 TUNSETFILTEREBPF = 2147767521 TUNSETGROUP = 1074025678 TUNSETIFF = 1074025674 |
