Skip to content

Commit

Permalink
bpf: fix bpf test for new route()
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwinger233 committed Oct 29, 2024
1 parent 2b3ac19 commit a993420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control/kern/tproxy.c
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ static int route_loop_cb(__u32 index, void *data)
#undef _dscp
}

__always_inline __s64 route(const struct route_params *params)
static __always_inline __s64 route(const struct route_params *params)
{
#define _l4proto_type params->flag[0]
#define _ipversion_type params->flag[1]
Expand Down

0 comments on commit a993420

Please sign in to comment.