From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx> Date: Mon, 4 Dec 2023 18:13:55 -0800 > On Mon, Dec 4, 2023 at 5:36 PM Kuniyuki Iwashima <kuniyu@xxxxxxxxxx> wrote: > > > > +static __always_inline int tcp_load_headers(struct tcp_syncookie *ctx) > > ... > > > +static __always_inline int tcp_reload_headers(struct tcp_syncookie *ctx) > > please remove __always_inline here and in all other places. > The generated code will be much better == faster and the verifier > should be able to understand it. I confirmed the test worked without __always_inline. I'll fix it in v5. Thanks!