Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP committed Jan 24, 2025
1 parent 8fbe3b3 commit 0323c41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ typedef struct {
void *ctx;
} recvmmsg_data_t;

static __always_inline long handle_exit(uint32_t index, void *ctx) {
static long handle_exit(uint32_t index, void *ctx) {
recvmmsg_data_t *data = (recvmmsg_data_t *)ctx;
struct mmsghdr mmh = {0};
if(bpf_probe_read_user((void *)&mmh,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ typedef struct {
void *ctx;
} sendmmsg_exit_t;

static __always_inline long handle_exit(uint32_t index, void *ctx) {
static long handle_exit(uint32_t index, void *ctx) {
sendmmsg_exit_t *data = (sendmmsg_exit_t *)ctx;
struct mmsghdr mmh = {0};

Expand Down

0 comments on commit 0323c41

Please sign in to comment.