const syscall.RTA_ALIGNTO
3 uses
syscall (current package)
netlink_linux.go#L19: return (attrlen + RTA_ALIGNTO - 1) & ^(RTA_ALIGNTO - 1)
zerrors_linux_amd64.go#L823: RTA_ALIGNTO = 0x4
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)