diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-08-10 07:51:02 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-08-13 17:22:16 +0200 |
| commit | 54ce1ed6b9fcb3b8d77c43dd4b3533e70cade414 (patch) | |
| tree | 579d43acff11758d7f5e61935e0408ad9fbcaf04 /sys/linux/socket_ip_tunnel_arm.const | |
| parent | b6de93e603915b57a1eccadc8bd530efd00d28f2 (diff) | |
sys/linux: switch to the new .const format
This reduces number of const files/lines from 1288/96599 to 158/11603.
Const files are generated on next-20200813.
Update #1983
Diffstat (limited to 'sys/linux/socket_ip_tunnel_arm.const')
| -rw-r--r-- | sys/linux/socket_ip_tunnel_arm.const | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/sys/linux/socket_ip_tunnel_arm.const b/sys/linux/socket_ip_tunnel_arm.const deleted file mode 100644 index 30dbb35be..000000000 --- a/sys/linux/socket_ip_tunnel_arm.const +++ /dev/null @@ -1,35 +0,0 @@ -# AUTOGENERATED FILE -GRE_ACK = 32768 -GRE_CSUM = 128 -GRE_FLAGS = 30720 -GRE_KEY = 32 -GRE_REC = 7 -GRE_ROUTING = 64 -GRE_SEQ = 16 -GRE_STRICT = 8 -GRE_VERSION = 1792 -IFNAMSIZ = 16 -IP6_TNL_F_ALLOW_LOCAL_REMOTE = 64 -IP6_TNL_F_IGN_ENCAP_LIMIT = 1 -IP6_TNL_F_MIP6_DEV = 8 -IP6_TNL_F_RCV_DSCP_COPY = 16 -IP6_TNL_F_USE_ORIG_FLOWLABEL = 4 -IP6_TNL_F_USE_ORIG_FWMARK = 32 -IP6_TNL_F_USE_ORIG_TCLASS = 2 -IPPROTO_GRE = 47 -IPPROTO_IPIP = 4 -IPPROTO_IPV6 = 41 -SIOCADD6RD = 35321 -SIOCADDPRL = 35317 -SIOCADDTUNNEL = 35313 -SIOCCHG6RD = 35323 -SIOCCHGPRL = 35319 -SIOCCHGTUNNEL = 35315 -SIOCDEL6RD = 35322 -SIOCDELPRL = 35318 -SIOCDELTUNNEL = 35314 -SIOCGET6RD = 35320 -SIOCGETPRL = 35316 -SIOCGETTUNNEL = 35312 -VTI_ISVTI = 1 -__NR_ioctl = 54 |
