Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/udp-connect-probes' into udp-con…
Browse files Browse the repository at this point in the history
…nect-probes
  • Loading branch information
fearful-symmetry committed Sep 18, 2024
2 parents 274ac5a + 49e1ea1 commit 7542b84
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions GPL/Events/EbpfEventProto.h
Original file line number Diff line number Diff line change
Expand Up @@ -404,10 +404,9 @@ struct ebpf_dns_event {

// Basic event statistics
struct ebpf_event_stats {
uint64_t lost; // lost events due to a full ringbuffer
uint64_t sent; // events sent through the ringbuffer
// indicates that an sk_buff for a DNS event contained no non-paged data in sk_buff->data
uint64_t dns_zero_body;
uint64_t lost; // lost events due to a full ringbuffer
uint64_t sent; // events sent through the ringbuffer
uint64_t dns_zero_body; // indicates that the dns body of a sk_buff was unavailable
};

#endif // EBPF_EVENTPROBE_EBPFEVENTPROTO_H

0 comments on commit 7542b84

Please sign in to comment.