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.