Open suokun opened 7 years ago
__sk_buff
is a user accessible mirror of sk_buff
. The eBPF verifier in the kernel translates accesses to __sk_buff
into accesses for sk_buff
. You can find more information here: https://lwn.net/Articles/636647/.
what is the relationship between sk_buff in the kernel source code and __sk_buff in bcc?