diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-01-23 14:36:56 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-01-23 15:05:22 +0100 |
| commit | 11ebf937fc501c384b5cf3909da95bf49cd56e81 (patch) | |
| tree | 920c88ad3365cce41a057ce3d1d2b55c35a9f1b7 /sys | |
| parent | 8d11a11a30aa5179bae3114b5c7ed644fce57dcc (diff) | |
sys/linux: restore FOU_ATTR_LOCAL/PEER_V6
They are being fixed in kernel:
https://lists.openwall.net/netdev/2020/01/23/122
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/linux/gen/386.go | 18 | ||||
| -rw-r--r-- | sys/linux/gen/amd64.go | 18 | ||||
| -rw-r--r-- | sys/linux/gen/arm.go | 18 | ||||
| -rw-r--r-- | sys/linux/gen/arm64.go | 18 | ||||
| -rw-r--r-- | sys/linux/gen/mips64le.go | 18 | ||||
| -rw-r--r-- | sys/linux/gen/ppc64le.go | 18 | ||||
| -rw-r--r-- | sys/linux/socket_netlink_generic_fou.txt | 2 | ||||
| -rw-r--r-- | sys/linux/socket_netlink_generic_fou_386.const | 2 | ||||
| -rw-r--r-- | sys/linux/socket_netlink_generic_fou_amd64.const | 2 | ||||
| -rw-r--r-- | sys/linux/socket_netlink_generic_fou_arm.const | 2 | ||||
| -rw-r--r-- | sys/linux/socket_netlink_generic_fou_arm64.const | 2 | ||||
| -rw-r--r-- | sys/linux/socket_netlink_generic_fou_mips64le.const | 2 | ||||
| -rw-r--r-- | sys/linux/socket_netlink_generic_fou_ppc64le.const | 2 |
13 files changed, 116 insertions, 6 deletions
diff --git a/sys/linux/gen/386.go b/sys/linux/gen/386.go index 8c55e4b88..21b4a2f94 100644 --- a/sys/linux/gen/386.go +++ b/sys/linux/gen/386.go @@ -5566,7 +5566,9 @@ var structDescs_386 = []*KeyedStruct{ &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_TYPE, int16], flags[fou_types, int8]]"}, FldName: "FOU_ATTR_TYPE"}, &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_REMCSUM_NOPARTIAL, int16], void]"}, FldName: "FOU_ATTR_REMCSUM_NOPARTIAL"}, &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_LOCAL_V4, int16], ipv4_addr]"}, FldName: "FOU_ATTR_LOCAL_V4"}, + &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_LOCAL_V6, int16], ipv6_addr]"}, FldName: "FOU_ATTR_LOCAL_V6"}, &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_PEER_V4, int16], ipv4_addr]"}, FldName: "FOU_ATTR_PEER_V4"}, + &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_PEER_V6, int16], ipv6_addr]"}, FldName: "FOU_ATTR_PEER_V6"}, &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_PEER_PORT, int16], sock_port]"}, FldName: "FOU_ATTR_PEER_PORT"}, &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_IFINDEX, int16], ifindex]"}, FldName: "FOU_ATTR_IFINDEX"}, }}}, @@ -21182,6 +21184,12 @@ var structDescs_386 = []*KeyedStruct{ &UnionType{Key: StructKey{Name: "ipv4_addr"}, FldName: "payload"}, &BufferType{TypeCommon: TypeCommon{TypeName: "void", FldName: "size"}, Kind: 1}, }, AlignAttr: 4}}, + {Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_LOCAL_V6, int16], ipv6_addr]"}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "nlattr_t[const[FOU_ATTR_LOCAL_V6, int16], ipv6_addr]", TypeSize: 20}, Fields: []Type{ + &LenType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "offsetof", FldName: "nla_len", TypeSize: 2}}, BitSize: 8, Offset: true, Path: []string{"size"}}, + &ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "nla_type", TypeSize: 2}}, Val: 7}, + &UnionType{Key: StructKey{Name: "ipv6_addr"}, FldName: "payload"}, + &BufferType{TypeCommon: TypeCommon{TypeName: "void", FldName: "size"}, Kind: 1}, + }, AlignAttr: 4}}, {Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_PEER_PORT, int16], sock_port]"}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "nlattr_t[const[FOU_ATTR_PEER_PORT, int16], sock_port]", TypeSize: 8}, Fields: []Type{ &LenType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "offsetof", FldName: "nla_len", TypeSize: 2}}, BitSize: 8, Offset: true, Path: []string{"size"}}, &ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "nla_type", TypeSize: 2}}, Val: 10}, @@ -21195,6 +21203,12 @@ var structDescs_386 = []*KeyedStruct{ &UnionType{Key: StructKey{Name: "ipv4_addr"}, FldName: "payload"}, &BufferType{TypeCommon: TypeCommon{TypeName: "void", FldName: "size"}, Kind: 1}, }, AlignAttr: 4}}, + {Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_PEER_V6, int16], ipv6_addr]"}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "nlattr_t[const[FOU_ATTR_PEER_V6, int16], ipv6_addr]", TypeSize: 20}, Fields: []Type{ + &LenType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "offsetof", FldName: "nla_len", TypeSize: 2}}, BitSize: 8, Offset: true, Path: []string{"size"}}, + &ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "nla_type", TypeSize: 2}}, Val: 9}, + &UnionType{Key: StructKey{Name: "ipv6_addr"}, FldName: "payload"}, + &BufferType{TypeCommon: TypeCommon{TypeName: "void", FldName: "size"}, Kind: 1}, + }, AlignAttr: 4}}, {Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_PORT, int16], sock_port]"}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "nlattr_t[const[FOU_ATTR_PORT, int16], sock_port]", TypeSize: 8}, Fields: []Type{ &LenType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "offsetof", FldName: "nla_len", TypeSize: 2}}, BitSize: 8, Offset: true, Path: []string{"size"}}, &ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "nla_type", TypeSize: 2}}, Val: 1}, @@ -66251,8 +66265,10 @@ var consts_386 = []ConstValue{ {Name: "FOU_ATTR_IFINDEX", Value: 11}, {Name: "FOU_ATTR_IPPROTO", Value: 3}, {Name: "FOU_ATTR_LOCAL_V4", Value: 6}, + {Name: "FOU_ATTR_LOCAL_V6", Value: 7}, {Name: "FOU_ATTR_PEER_PORT", Value: 10}, {Name: "FOU_ATTR_PEER_V4", Value: 8}, + {Name: "FOU_ATTR_PEER_V6", Value: 9}, {Name: "FOU_ATTR_PORT", Value: 1}, {Name: "FOU_ATTR_REMCSUM_NOPARTIAL", Value: 5}, {Name: "FOU_ATTR_TYPE", Value: 4}, @@ -74498,4 +74514,4 @@ var consts_386 = []ConstValue{ {Name: "bpf_insn_load_imm_dw", Value: 24}, } -const revision_386 = "f46d0a2376decf686f94c2189d8da1bd18066b6c" +const revision_386 = "55de88af20c5ddf42c797b06303e448a6c62789e" diff --git a/sys/linux/gen/amd64.go b/sys/linux/gen/amd64.go index 04872d6ee..6bb0f4c64 100644 --- a/sys/linux/gen/amd64.go +++ b/sys/linux/gen/amd64.go @@ -5697,7 +5697,9 @@ var structDescs_amd64 = []*KeyedStruct{ &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_TYPE, int16], flags[fou_types, int8]]"}, FldName: "FOU_ATTR_TYPE"}, &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_REMCSUM_NOPARTIAL, int16], void]"}, FldName: "FOU_ATTR_REMCSUM_NOPARTIAL"}, &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_LOCAL_V4, int16], ipv4_addr]"}, FldName: "FOU_ATTR_LOCAL_V4"}, + &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_LOCAL_V6, int16], ipv6_addr]"}, FldName: "FOU_ATTR_LOCAL_V6"}, &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_PEER_V4, int16], ipv4_addr]"}, FldName: "FOU_ATTR_PEER_V4"}, + &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_PEER_V6, int16], ipv6_addr]"}, FldName: "FOU_ATTR_PEER_V6"}, &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_PEER_PORT, int16], sock_port]"}, FldName: "FOU_ATTR_PEER_PORT"}, &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_IFINDEX, int16], ifindex]"}, FldName: "FOU_ATTR_IFINDEX"}, }}}, @@ -21839,6 +21841,12 @@ var structDescs_amd64 = []*KeyedStruct{ &UnionType{Key: StructKey{Name: "ipv4_addr"}, FldName: "payload"}, &BufferType{TypeCommon: TypeCommon{TypeName: "void", FldName: "size"}, Kind: 1}, }, AlignAttr: 4}}, + {Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_LOCAL_V6, int16], ipv6_addr]"}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "nlattr_t[const[FOU_ATTR_LOCAL_V6, int16], ipv6_addr]", TypeSize: 20}, Fields: []Type{ + &LenType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "offsetof", FldName: "nla_len", TypeSize: 2}}, BitSize: 8, Offset: true, Path: []string{"size"}}, + &ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "nla_type", TypeSize: 2}}, Val: 7}, + &UnionType{Key: StructKey{Name: "ipv6_addr"}, FldName: "payload"}, + &BufferType{TypeCommon: TypeCommon{TypeName: "void", FldName: "size"}, Kind: 1}, + }, AlignAttr: 4}}, {Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_PEER_PORT, int16], sock_port]"}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "nlattr_t[const[FOU_ATTR_PEER_PORT, int16], sock_port]", TypeSize: 8}, Fields: []Type{ &LenType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "offsetof", FldName: "nla_len", TypeSize: 2}}, BitSize: 8, Offset: true, Path: []string{"size"}}, &ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "nla_type", TypeSize: 2}}, Val: 10}, @@ -21852,6 +21860,12 @@ var structDescs_amd64 = []*KeyedStruct{ &UnionType{Key: StructKey{Name: "ipv4_addr"}, FldName: "payload"}, &BufferType{TypeCommon: TypeCommon{TypeName: "void", FldName: "size"}, Kind: 1}, }, AlignAttr: 4}}, + {Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_PEER_V6, int16], ipv6_addr]"}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "nlattr_t[const[FOU_ATTR_PEER_V6, int16], ipv6_addr]", TypeSize: 20}, Fields: []Type{ + &LenType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "offsetof", FldName: "nla_len", TypeSize: 2}}, BitSize: 8, Offset: true, Path: []string{"size"}}, + &ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "nla_type", TypeSize: 2}}, Val: 9}, + &UnionType{Key: StructKey{Name: "ipv6_addr"}, FldName: "payload"}, + &BufferType{TypeCommon: TypeCommon{TypeName: "void", FldName: "size"}, Kind: 1}, + }, AlignAttr: 4}}, {Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_PORT, int16], sock_port]"}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "nlattr_t[const[FOU_ATTR_PORT, int16], sock_port]", TypeSize: 8}, Fields: []Type{ &LenType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "offsetof", FldName: "nla_len", TypeSize: 2}}, BitSize: 8, Offset: true, Path: []string{"size"}}, &ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "nla_type", TypeSize: 2}}, Val: 1}, @@ -67178,8 +67192,10 @@ var consts_amd64 = []ConstValue{ {Name: "FOU_ATTR_IFINDEX", Value: 11}, {Name: "FOU_ATTR_IPPROTO", Value: 3}, {Name: "FOU_ATTR_LOCAL_V4", Value: 6}, + {Name: "FOU_ATTR_LOCAL_V6", Value: 7}, {Name: "FOU_ATTR_PEER_PORT", Value: 10}, {Name: "FOU_ATTR_PEER_V4", Value: 8}, + {Name: "FOU_ATTR_PEER_V6", Value: 9}, {Name: "FOU_ATTR_PORT", Value: 1}, {Name: "FOU_ATTR_REMCSUM_NOPARTIAL", Value: 5}, {Name: "FOU_ATTR_TYPE", Value: 4}, @@ -75439,4 +75455,4 @@ var consts_amd64 = []ConstValue{ {Name: "bpf_insn_load_imm_dw", Value: 24}, } -const revision_amd64 = "ea8bb4354adf9010678cc405416d054d6ead0548" +const revision_amd64 = "66ea0e3c009c813be3d1caa9222b96be35568bf5" diff --git a/sys/linux/gen/arm.go b/sys/linux/gen/arm.go index e2156e56c..ab0a02daa 100644 --- a/sys/linux/gen/arm.go +++ b/sys/linux/gen/arm.go @@ -5597,7 +5597,9 @@ var structDescs_arm = []*KeyedStruct{ &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_TYPE, int16], flags[fou_types, int8]]"}, FldName: "FOU_ATTR_TYPE"}, &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_REMCSUM_NOPARTIAL, int16], void]"}, FldName: "FOU_ATTR_REMCSUM_NOPARTIAL"}, &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_LOCAL_V4, int16], ipv4_addr]"}, FldName: "FOU_ATTR_LOCAL_V4"}, + &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_LOCAL_V6, int16], ipv6_addr]"}, FldName: "FOU_ATTR_LOCAL_V6"}, &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_PEER_V4, int16], ipv4_addr]"}, FldName: "FOU_ATTR_PEER_V4"}, + &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_PEER_V6, int16], ipv6_addr]"}, FldName: "FOU_ATTR_PEER_V6"}, &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_PEER_PORT, int16], sock_port]"}, FldName: "FOU_ATTR_PEER_PORT"}, &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_IFINDEX, int16], ifindex]"}, FldName: "FOU_ATTR_IFINDEX"}, }}}, @@ -21040,6 +21042,12 @@ var structDescs_arm = []*KeyedStruct{ &UnionType{Key: StructKey{Name: "ipv4_addr"}, FldName: "payload"}, &BufferType{TypeCommon: TypeCommon{TypeName: "void", FldName: "size"}, Kind: 1}, }, AlignAttr: 4}}, + {Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_LOCAL_V6, int16], ipv6_addr]"}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "nlattr_t[const[FOU_ATTR_LOCAL_V6, int16], ipv6_addr]", TypeSize: 20}, Fields: []Type{ + &LenType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "offsetof", FldName: "nla_len", TypeSize: 2}}, BitSize: 8, Offset: true, Path: []string{"size"}}, + &ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "nla_type", TypeSize: 2}}, Val: 7}, + &UnionType{Key: StructKey{Name: "ipv6_addr"}, FldName: "payload"}, + &BufferType{TypeCommon: TypeCommon{TypeName: "void", FldName: "size"}, Kind: 1}, + }, AlignAttr: 4}}, {Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_PEER_PORT, int16], sock_port]"}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "nlattr_t[const[FOU_ATTR_PEER_PORT, int16], sock_port]", TypeSize: 8}, Fields: []Type{ &LenType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "offsetof", FldName: "nla_len", TypeSize: 2}}, BitSize: 8, Offset: true, Path: []string{"size"}}, &ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "nla_type", TypeSize: 2}}, Val: 10}, @@ -21053,6 +21061,12 @@ var structDescs_arm = []*KeyedStruct{ &UnionType{Key: StructKey{Name: "ipv4_addr"}, FldName: "payload"}, &BufferType{TypeCommon: TypeCommon{TypeName: "void", FldName: "size"}, Kind: 1}, }, AlignAttr: 4}}, + {Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_PEER_V6, int16], ipv6_addr]"}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "nlattr_t[const[FOU_ATTR_PEER_V6, int16], ipv6_addr]", TypeSize: 20}, Fields: []Type{ + &LenType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "offsetof", FldName: "nla_len", TypeSize: 2}}, BitSize: 8, Offset: true, Path: []string{"size"}}, + &ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "nla_type", TypeSize: 2}}, Val: 9}, + &UnionType{Key: StructKey{Name: "ipv6_addr"}, FldName: "payload"}, + &BufferType{TypeCommon: TypeCommon{TypeName: "void", FldName: "size"}, Kind: 1}, + }, AlignAttr: 4}}, {Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_PORT, int16], sock_port]"}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "nlattr_t[const[FOU_ATTR_PORT, int16], sock_port]", TypeSize: 8}, Fields: []Type{ &LenType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "offsetof", FldName: "nla_len", TypeSize: 2}}, BitSize: 8, Offset: true, Path: []string{"size"}}, &ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "nla_type", TypeSize: 2}}, Val: 1}, @@ -65965,8 +65979,10 @@ var consts_arm = []ConstValue{ {Name: "FOU_ATTR_IFINDEX", Value: 11}, {Name: "FOU_ATTR_IPPROTO", Value: 3}, {Name: "FOU_ATTR_LOCAL_V4", Value: 6}, + {Name: "FOU_ATTR_LOCAL_V6", Value: 7}, {Name: "FOU_ATTR_PEER_PORT", Value: 10}, {Name: "FOU_ATTR_PEER_V4", Value: 8}, + {Name: "FOU_ATTR_PEER_V6", Value: 9}, {Name: "FOU_ATTR_PORT", Value: 1}, {Name: "FOU_ATTR_REMCSUM_NOPARTIAL", Value: 5}, {Name: "FOU_ATTR_TYPE", Value: 4}, @@ -74147,4 +74163,4 @@ var consts_arm = []ConstValue{ {Name: "bpf_insn_load_imm_dw", Value: 24}, } -const revision_arm = "30aefd651c09ddbba8704db3175c28f1b7e0d83e" +const revision_arm = "60c7c366df54c849c481e1a998da3d03c0aa656c" diff --git a/sys/linux/gen/arm64.go b/sys/linux/gen/arm64.go index b7de4f154..84385d188 100644 --- a/sys/linux/gen/arm64.go +++ b/sys/linux/gen/arm64.go @@ -5697,7 +5697,9 @@ var structDescs_arm64 = []*KeyedStruct{ &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_TYPE, int16], flags[fou_types, int8]]"}, FldName: "FOU_ATTR_TYPE"}, &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_REMCSUM_NOPARTIAL, int16], void]"}, FldName: "FOU_ATTR_REMCSUM_NOPARTIAL"}, &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_LOCAL_V4, int16], ipv4_addr]"}, FldName: "FOU_ATTR_LOCAL_V4"}, + &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_LOCAL_V6, int16], ipv6_addr]"}, FldName: "FOU_ATTR_LOCAL_V6"}, &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_PEER_V4, int16], ipv4_addr]"}, FldName: "FOU_ATTR_PEER_V4"}, + &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_PEER_V6, int16], ipv6_addr]"}, FldName: "FOU_ATTR_PEER_V6"}, &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_PEER_PORT, int16], sock_port]"}, FldName: "FOU_ATTR_PEER_PORT"}, &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_IFINDEX, int16], ifindex]"}, FldName: "FOU_ATTR_IFINDEX"}, }}}, @@ -21648,6 +21650,12 @@ var structDescs_arm64 = []*KeyedStruct{ &UnionType{Key: StructKey{Name: "ipv4_addr"}, FldName: "payload"}, &BufferType{TypeCommon: TypeCommon{TypeName: "void", FldName: "size"}, Kind: 1}, }, AlignAttr: 4}}, + {Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_LOCAL_V6, int16], ipv6_addr]"}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "nlattr_t[const[FOU_ATTR_LOCAL_V6, int16], ipv6_addr]", TypeSize: 20}, Fields: []Type{ + &LenType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "offsetof", FldName: "nla_len", TypeSize: 2}}, BitSize: 8, Offset: true, Path: []string{"size"}}, + &ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "nla_type", TypeSize: 2}}, Val: 7}, + &UnionType{Key: StructKey{Name: "ipv6_addr"}, FldName: "payload"}, + &BufferType{TypeCommon: TypeCommon{TypeName: "void", FldName: "size"}, Kind: 1}, + }, AlignAttr: 4}}, {Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_PEER_PORT, int16], sock_port]"}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "nlattr_t[const[FOU_ATTR_PEER_PORT, int16], sock_port]", TypeSize: 8}, Fields: []Type{ &LenType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "offsetof", FldName: "nla_len", TypeSize: 2}}, BitSize: 8, Offset: true, Path: []string{"size"}}, &ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "nla_type", TypeSize: 2}}, Val: 10}, @@ -21661,6 +21669,12 @@ var structDescs_arm64 = []*KeyedStruct{ &UnionType{Key: StructKey{Name: "ipv4_addr"}, FldName: "payload"}, &BufferType{TypeCommon: TypeCommon{TypeName: "void", FldName: "size"}, Kind: 1}, }, AlignAttr: 4}}, + {Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_PEER_V6, int16], ipv6_addr]"}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "nlattr_t[const[FOU_ATTR_PEER_V6, int16], ipv6_addr]", TypeSize: 20}, Fields: []Type{ + &LenType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "offsetof", FldName: "nla_len", TypeSize: 2}}, BitSize: 8, Offset: true, Path: []string{"size"}}, + &ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "nla_type", TypeSize: 2}}, Val: 9}, + &UnionType{Key: StructKey{Name: "ipv6_addr"}, FldName: "payload"}, + &BufferType{TypeCommon: TypeCommon{TypeName: "void", FldName: "size"}, Kind: 1}, + }, AlignAttr: 4}}, {Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_PORT, int16], sock_port]"}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "nlattr_t[const[FOU_ATTR_PORT, int16], sock_port]", TypeSize: 8}, Fields: []Type{ &LenType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "offsetof", FldName: "nla_len", TypeSize: 2}}, BitSize: 8, Offset: true, Path: []string{"size"}}, &ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "nla_type", TypeSize: 2}}, Val: 1}, @@ -66616,8 +66630,10 @@ var consts_arm64 = []ConstValue{ {Name: "FOU_ATTR_IFINDEX", Value: 11}, {Name: "FOU_ATTR_IPPROTO", Value: 3}, {Name: "FOU_ATTR_LOCAL_V4", Value: 6}, + {Name: "FOU_ATTR_LOCAL_V6", Value: 7}, {Name: "FOU_ATTR_PEER_PORT", Value: 10}, {Name: "FOU_ATTR_PEER_V4", Value: 8}, + {Name: "FOU_ATTR_PEER_V6", Value: 9}, {Name: "FOU_ATTR_PORT", Value: 1}, {Name: "FOU_ATTR_REMCSUM_NOPARTIAL", Value: 5}, {Name: "FOU_ATTR_TYPE", Value: 4}, @@ -74784,4 +74800,4 @@ var consts_arm64 = []ConstValue{ {Name: "bpf_insn_load_imm_dw", Value: 24}, } -const revision_arm64 = "56efb2e47e4f5a1eb9de9e7619c0d92324ad9f57" +const revision_arm64 = "3179d98c8129ecebfb2fd2209b58569d45b34b3a" diff --git a/sys/linux/gen/mips64le.go b/sys/linux/gen/mips64le.go index 7958ae205..f9d0c475f 100644 --- a/sys/linux/gen/mips64le.go +++ b/sys/linux/gen/mips64le.go @@ -5694,7 +5694,9 @@ var structDescs_mips64le = []*KeyedStruct{ &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_TYPE, int16], flags[fou_types, int8]]"}, FldName: "FOU_ATTR_TYPE"}, &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_REMCSUM_NOPARTIAL, int16], void]"}, FldName: "FOU_ATTR_REMCSUM_NOPARTIAL"}, &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_LOCAL_V4, int16], ipv4_addr]"}, FldName: "FOU_ATTR_LOCAL_V4"}, + &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_LOCAL_V6, int16], ipv6_addr]"}, FldName: "FOU_ATTR_LOCAL_V6"}, &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_PEER_V4, int16], ipv4_addr]"}, FldName: "FOU_ATTR_PEER_V4"}, + &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_PEER_V6, int16], ipv6_addr]"}, FldName: "FOU_ATTR_PEER_V6"}, &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_PEER_PORT, int16], sock_port]"}, FldName: "FOU_ATTR_PEER_PORT"}, &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_IFINDEX, int16], ifindex]"}, FldName: "FOU_ATTR_IFINDEX"}, }}}, @@ -21592,6 +21594,12 @@ var structDescs_mips64le = []*KeyedStruct{ &UnionType{Key: StructKey{Name: "ipv4_addr"}, FldName: "payload"}, &BufferType{TypeCommon: TypeCommon{TypeName: "void", FldName: "size"}, Kind: 1}, }, AlignAttr: 4}}, + {Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_LOCAL_V6, int16], ipv6_addr]"}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "nlattr_t[const[FOU_ATTR_LOCAL_V6, int16], ipv6_addr]", TypeSize: 20}, Fields: []Type{ + &LenType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "offsetof", FldName: "nla_len", TypeSize: 2}}, BitSize: 8, Offset: true, Path: []string{"size"}}, + &ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "nla_type", TypeSize: 2}}, Val: 7}, + &UnionType{Key: StructKey{Name: "ipv6_addr"}, FldName: "payload"}, + &BufferType{TypeCommon: TypeCommon{TypeName: "void", FldName: "size"}, Kind: 1}, + }, AlignAttr: 4}}, {Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_PEER_PORT, int16], sock_port]"}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "nlattr_t[const[FOU_ATTR_PEER_PORT, int16], sock_port]", TypeSize: 8}, Fields: []Type{ &LenType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "offsetof", FldName: "nla_len", TypeSize: 2}}, BitSize: 8, Offset: true, Path: []string{"size"}}, &ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "nla_type", TypeSize: 2}}, Val: 10}, @@ -21605,6 +21613,12 @@ var structDescs_mips64le = []*KeyedStruct{ &UnionType{Key: StructKey{Name: "ipv4_addr"}, FldName: "payload"}, &BufferType{TypeCommon: TypeCommon{TypeName: "void", FldName: "size"}, Kind: 1}, }, AlignAttr: 4}}, + {Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_PEER_V6, int16], ipv6_addr]"}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "nlattr_t[const[FOU_ATTR_PEER_V6, int16], ipv6_addr]", TypeSize: 20}, Fields: []Type{ + &LenType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "offsetof", FldName: "nla_len", TypeSize: 2}}, BitSize: 8, Offset: true, Path: []string{"size"}}, + &ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "nla_type", TypeSize: 2}}, Val: 9}, + &UnionType{Key: StructKey{Name: "ipv6_addr"}, FldName: "payload"}, + &BufferType{TypeCommon: TypeCommon{TypeName: "void", FldName: "size"}, Kind: 1}, + }, AlignAttr: 4}}, {Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_PORT, int16], sock_port]"}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "nlattr_t[const[FOU_ATTR_PORT, int16], sock_port]", TypeSize: 8}, Fields: []Type{ &LenType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "offsetof", FldName: "nla_len", TypeSize: 2}}, BitSize: 8, Offset: true, Path: []string{"size"}}, &ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "nla_type", TypeSize: 2}}, Val: 1}, @@ -65274,8 +65288,10 @@ var consts_mips64le = []ConstValue{ {Name: "FOU_ATTR_IFINDEX", Value: 11}, {Name: "FOU_ATTR_IPPROTO", Value: 3}, {Name: "FOU_ATTR_LOCAL_V4", Value: 6}, + {Name: "FOU_ATTR_LOCAL_V6", Value: 7}, {Name: "FOU_ATTR_PEER_PORT", Value: 10}, {Name: "FOU_ATTR_PEER_V4", Value: 8}, + {Name: "FOU_ATTR_PEER_V6", Value: 9}, {Name: "FOU_ATTR_PORT", Value: 1}, {Name: "FOU_ATTR_REMCSUM_NOPARTIAL", Value: 5}, {Name: "FOU_ATTR_TYPE", Value: 4}, @@ -72407,4 +72423,4 @@ var consts_mips64le = []ConstValue{ {Name: "bpf_insn_load_imm_dw", Value: 24}, } -const revision_mips64le = "c693a0518cc9fa7054c6f7bc6542470016ca3b36" +const revision_mips64le = "db9f5c2134a86f85c60c4306e45f3af35e4a2748" diff --git a/sys/linux/gen/ppc64le.go b/sys/linux/gen/ppc64le.go index b8991b75b..01ac141b5 100644 --- a/sys/linux/gen/ppc64le.go +++ b/sys/linux/gen/ppc64le.go @@ -5696,7 +5696,9 @@ var structDescs_ppc64le = []*KeyedStruct{ &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_TYPE, int16], flags[fou_types, int8]]"}, FldName: "FOU_ATTR_TYPE"}, &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_REMCSUM_NOPARTIAL, int16], void]"}, FldName: "FOU_ATTR_REMCSUM_NOPARTIAL"}, &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_LOCAL_V4, int16], ipv4_addr]"}, FldName: "FOU_ATTR_LOCAL_V4"}, + &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_LOCAL_V6, int16], ipv6_addr]"}, FldName: "FOU_ATTR_LOCAL_V6"}, &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_PEER_V4, int16], ipv4_addr]"}, FldName: "FOU_ATTR_PEER_V4"}, + &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_PEER_V6, int16], ipv6_addr]"}, FldName: "FOU_ATTR_PEER_V6"}, &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_PEER_PORT, int16], sock_port]"}, FldName: "FOU_ATTR_PEER_PORT"}, &StructType{Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_IFINDEX, int16], ifindex]"}, FldName: "FOU_ATTR_IFINDEX"}, }}}, @@ -21594,6 +21596,12 @@ var structDescs_ppc64le = []*KeyedStruct{ &UnionType{Key: StructKey{Name: "ipv4_addr"}, FldName: "payload"}, &BufferType{TypeCommon: TypeCommon{TypeName: "void", FldName: "size"}, Kind: 1}, }, AlignAttr: 4}}, + {Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_LOCAL_V6, int16], ipv6_addr]"}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "nlattr_t[const[FOU_ATTR_LOCAL_V6, int16], ipv6_addr]", TypeSize: 20}, Fields: []Type{ + &LenType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "offsetof", FldName: "nla_len", TypeSize: 2}}, BitSize: 8, Offset: true, Path: []string{"size"}}, + &ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "nla_type", TypeSize: 2}}, Val: 7}, + &UnionType{Key: StructKey{Name: "ipv6_addr"}, FldName: "payload"}, + &BufferType{TypeCommon: TypeCommon{TypeName: "void", FldName: "size"}, Kind: 1}, + }, AlignAttr: 4}}, {Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_PEER_PORT, int16], sock_port]"}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "nlattr_t[const[FOU_ATTR_PEER_PORT, int16], sock_port]", TypeSize: 8}, Fields: []Type{ &LenType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "offsetof", FldName: "nla_len", TypeSize: 2}}, BitSize: 8, Offset: true, Path: []string{"size"}}, &ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "nla_type", TypeSize: 2}}, Val: 10}, @@ -21607,6 +21615,12 @@ var structDescs_ppc64le = []*KeyedStruct{ &UnionType{Key: StructKey{Name: "ipv4_addr"}, FldName: "payload"}, &BufferType{TypeCommon: TypeCommon{TypeName: "void", FldName: "size"}, Kind: 1}, }, AlignAttr: 4}}, + {Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_PEER_V6, int16], ipv6_addr]"}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "nlattr_t[const[FOU_ATTR_PEER_V6, int16], ipv6_addr]", TypeSize: 20}, Fields: []Type{ + &LenType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "offsetof", FldName: "nla_len", TypeSize: 2}}, BitSize: 8, Offset: true, Path: []string{"size"}}, + &ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "nla_type", TypeSize: 2}}, Val: 9}, + &UnionType{Key: StructKey{Name: "ipv6_addr"}, FldName: "payload"}, + &BufferType{TypeCommon: TypeCommon{TypeName: "void", FldName: "size"}, Kind: 1}, + }, AlignAttr: 4}}, {Key: StructKey{Name: "nlattr_t[const[FOU_ATTR_PORT, int16], sock_port]"}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "nlattr_t[const[FOU_ATTR_PORT, int16], sock_port]", TypeSize: 8}, Fields: []Type{ &LenType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "offsetof", FldName: "nla_len", TypeSize: 2}}, BitSize: 8, Offset: true, Path: []string{"size"}}, &ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "nla_type", TypeSize: 2}}, Val: 1}, @@ -66604,8 +66618,10 @@ var consts_ppc64le = []ConstValue{ {Name: "FOU_ATTR_IFINDEX", Value: 11}, {Name: "FOU_ATTR_IPPROTO", Value: 3}, {Name: "FOU_ATTR_LOCAL_V4", Value: 6}, + {Name: "FOU_ATTR_LOCAL_V6", Value: 7}, {Name: "FOU_ATTR_PEER_PORT", Value: 10}, {Name: "FOU_ATTR_PEER_V4", Value: 8}, + {Name: "FOU_ATTR_PEER_V6", Value: 9}, {Name: "FOU_ATTR_PORT", Value: 1}, {Name: "FOU_ATTR_REMCSUM_NOPARTIAL", Value: 5}, {Name: "FOU_ATTR_TYPE", Value: 4}, @@ -74743,4 +74759,4 @@ var consts_ppc64le = []ConstValue{ {Name: "bpf_insn_load_imm_dw", Value: 24}, } -const revision_ppc64le = "c10818d0a21e7e201ef4c7fbf28103eb5791cf42" +const revision_ppc64le = "3cf33ed347ea4bace2e2119346c1a2454fb032dd" diff --git a/sys/linux/socket_netlink_generic_fou.txt b/sys/linux/socket_netlink_generic_fou.txt index 9da80ab8f..49f449ad8 100644 --- a/sys/linux/socket_netlink_generic_fou.txt +++ b/sys/linux/socket_netlink_generic_fou.txt @@ -24,7 +24,9 @@ fou_nl_policy [ FOU_ATTR_TYPE nlattr[FOU_ATTR_TYPE, flags[fou_types, int8]] FOU_ATTR_REMCSUM_NOPARTIAL nlattr[FOU_ATTR_REMCSUM_NOPARTIAL, void] FOU_ATTR_LOCAL_V4 nlattr[FOU_ATTR_LOCAL_V4, ipv4_addr] + FOU_ATTR_LOCAL_V6 nlattr[FOU_ATTR_LOCAL_V6, ipv6_addr] FOU_ATTR_PEER_V4 nlattr[FOU_ATTR_PEER_V4, ipv4_addr] + FOU_ATTR_PEER_V6 nlattr[FOU_ATTR_PEER_V6, ipv6_addr] FOU_ATTR_PEER_PORT nlattr[FOU_ATTR_PEER_PORT, sock_port] FOU_ATTR_IFINDEX nlattr[FOU_ATTR_IFINDEX, ifindex] ] [varlen] diff --git a/sys/linux/socket_netlink_generic_fou_386.const b/sys/linux/socket_netlink_generic_fou_386.const index 42eaff265..875244a6e 100644 --- a/sys/linux/socket_netlink_generic_fou_386.const +++ b/sys/linux/socket_netlink_generic_fou_386.const @@ -5,8 +5,10 @@ FOU_ATTR_AF = 2 FOU_ATTR_IFINDEX = 11 FOU_ATTR_IPPROTO = 3 FOU_ATTR_LOCAL_V4 = 6 +FOU_ATTR_LOCAL_V6 = 7 FOU_ATTR_PEER_PORT = 10 FOU_ATTR_PEER_V4 = 8 +FOU_ATTR_PEER_V6 = 9 FOU_ATTR_PORT = 1 FOU_ATTR_REMCSUM_NOPARTIAL = 5 FOU_ATTR_TYPE = 4 diff --git a/sys/linux/socket_netlink_generic_fou_amd64.const b/sys/linux/socket_netlink_generic_fou_amd64.const index 3edcfe070..4e643247a 100644 --- a/sys/linux/socket_netlink_generic_fou_amd64.const +++ b/sys/linux/socket_netlink_generic_fou_amd64.const @@ -5,8 +5,10 @@ FOU_ATTR_AF = 2 FOU_ATTR_IFINDEX = 11 FOU_ATTR_IPPROTO = 3 FOU_ATTR_LOCAL_V4 = 6 +FOU_ATTR_LOCAL_V6 = 7 FOU_ATTR_PEER_PORT = 10 FOU_ATTR_PEER_V4 = 8 +FOU_ATTR_PEER_V6 = 9 FOU_ATTR_PORT = 1 FOU_ATTR_REMCSUM_NOPARTIAL = 5 FOU_ATTR_TYPE = 4 diff --git a/sys/linux/socket_netlink_generic_fou_arm.const b/sys/linux/socket_netlink_generic_fou_arm.const index 6d9e2b0c0..a4194ac23 100644 --- a/sys/linux/socket_netlink_generic_fou_arm.const +++ b/sys/linux/socket_netlink_generic_fou_arm.const @@ -5,8 +5,10 @@ FOU_ATTR_AF = 2 FOU_ATTR_IFINDEX = 11 FOU_ATTR_IPPROTO = 3 FOU_ATTR_LOCAL_V4 = 6 +FOU_ATTR_LOCAL_V6 = 7 FOU_ATTR_PEER_PORT = 10 FOU_ATTR_PEER_V4 = 8 +FOU_ATTR_PEER_V6 = 9 FOU_ATTR_PORT = 1 FOU_ATTR_REMCSUM_NOPARTIAL = 5 FOU_ATTR_TYPE = 4 diff --git a/sys/linux/socket_netlink_generic_fou_arm64.const b/sys/linux/socket_netlink_generic_fou_arm64.const index 9e337eba2..59205aa7a 100644 --- a/sys/linux/socket_netlink_generic_fou_arm64.const +++ b/sys/linux/socket_netlink_generic_fou_arm64.const @@ -5,8 +5,10 @@ FOU_ATTR_AF = 2 FOU_ATTR_IFINDEX = 11 FOU_ATTR_IPPROTO = 3 FOU_ATTR_LOCAL_V4 = 6 +FOU_ATTR_LOCAL_V6 = 7 FOU_ATTR_PEER_PORT = 10 FOU_ATTR_PEER_V4 = 8 +FOU_ATTR_PEER_V6 = 9 FOU_ATTR_PORT = 1 FOU_ATTR_REMCSUM_NOPARTIAL = 5 FOU_ATTR_TYPE = 4 diff --git a/sys/linux/socket_netlink_generic_fou_mips64le.const b/sys/linux/socket_netlink_generic_fou_mips64le.const index 42ba89ef8..38f585354 100644 --- a/sys/linux/socket_netlink_generic_fou_mips64le.const +++ b/sys/linux/socket_netlink_generic_fou_mips64le.const @@ -5,8 +5,10 @@ FOU_ATTR_AF = 2 FOU_ATTR_IFINDEX = 11 FOU_ATTR_IPPROTO = 3 FOU_ATTR_LOCAL_V4 = 6 +FOU_ATTR_LOCAL_V6 = 7 FOU_ATTR_PEER_PORT = 10 FOU_ATTR_PEER_V4 = 8 +FOU_ATTR_PEER_V6 = 9 FOU_ATTR_PORT = 1 FOU_ATTR_REMCSUM_NOPARTIAL = 5 FOU_ATTR_TYPE = 4 diff --git a/sys/linux/socket_netlink_generic_fou_ppc64le.const b/sys/linux/socket_netlink_generic_fou_ppc64le.const index ca28bf765..f5ea82601 100644 --- a/sys/linux/socket_netlink_generic_fou_ppc64le.const +++ b/sys/linux/socket_netlink_generic_fou_ppc64le.const @@ -5,8 +5,10 @@ FOU_ATTR_AF = 2 FOU_ATTR_IFINDEX = 11 FOU_ATTR_IPPROTO = 3 FOU_ATTR_LOCAL_V4 = 6 +FOU_ATTR_LOCAL_V6 = 7 FOU_ATTR_PEER_PORT = 10 FOU_ATTR_PEER_V4 = 8 +FOU_ATTR_PEER_V6 = 9 FOU_ATTR_PORT = 1 FOU_ATTR_REMCSUM_NOPARTIAL = 5 FOU_ATTR_TYPE = 4 |
