Skip to content

Commit

Permalink
Merge with main
Browse files Browse the repository at this point in the history
  • Loading branch information
shpalani committed Aug 28, 2024
1 parent aa3b65b commit cb3606e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/eBpfExtensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ invoking an eBPF program. The various fields of this struct are as follows.

For example, for the XDP_TEST program types, the context data structure is as follows:
```c
// XDP_TEST hook. We use "struct xdp_md" for cross-platform compatibility.
// XDP_TEST hook. We use "struct xdp_test_md" for cross-platform compatibility.
typedef struct xdp_test_md
{
void* data; ///< Pointer to start of packet data.
Expand Down

0 comments on commit cb3606e

Please sign in to comment.