Make more code aarch64 friendly

This commit is contained in:
Justine Tunney 2023-05-02 13:38:16 -07:00
parent ca2860947f
commit 2b73e72d59
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
568 changed files with 2197 additions and 1061 deletions

View file

@ -31,21 +31,21 @@
.balign 4
.underrun
kTcpOptnames:
.e TCP_NODELAY,"NODELAY" # bool32
.e TCP_CORK,"CORK" # bool32
.e TCP_QUICKACK,"QUICKACK" # bool32
.e TCP_FASTOPEN_CONNECT,"FASTOPEN_CONNECT" # bool32
.e TCP_DEFER_ACCEPT,"DEFER_ACCEPT" # bool32
.e TCP_KEEPIDLE,"KEEPIDLE" # int (seconds)
.e TCP_KEEPINTVL,"KEEPINTVL" # int (seconds)
.e TCP_FASTOPEN,"FASTOPEN" # int
.e TCP_KEEPCNT,"KEEPCNT" # int
.e TCP_MAXSEG,"MAXSEG" # int
.e TCP_SYNCNT,"SYNCNT" # int
.e TCP_NOTSENT_LOWAT,"NOTSENT_LOWAT" # int
.e TCP_WINDOW_CLAMP,"WINDOW_CLAMP" # int
.e TCP_SAVE_SYN,"SAVE_SYN" # int
.e TCP_SAVED_SYN,"SAVED_SYN" # buffer
.e TCP_NODELAY,"NODELAY" // bool32
.e TCP_CORK,"CORK" // bool32
.e TCP_QUICKACK,"QUICKACK" // bool32
.e TCP_FASTOPEN_CONNECT,"FASTOPEN_CONNECT" // bool32
.e TCP_DEFER_ACCEPT,"DEFER_ACCEPT" // bool32
.e TCP_KEEPIDLE,"KEEPIDLE" // int (seconds)
.e TCP_KEEPINTVL,"KEEPINTVL" // int (seconds)
.e TCP_FASTOPEN,"FASTOPEN" // int
.e TCP_KEEPCNT,"KEEPCNT" // int
.e TCP_MAXSEG,"MAXSEG" // int
.e TCP_SYNCNT,"SYNCNT" // int
.e TCP_NOTSENT_LOWAT,"NOTSENT_LOWAT" // int
.e TCP_WINDOW_CLAMP,"WINDOW_CLAMP" // int
.e TCP_SAVE_SYN,"SAVE_SYN" // int
.e TCP_SAVED_SYN,"SAVED_SYN" // buffer
.long MAGNUM_TERMINATOR
.endobj kTcpOptnames,globl,hidden
.overrun