meta filter: add support for bit fields
Closed this issue · 0 comments
vlrpl commented
Access to fields like
struct {
...
int member:2;
...
}
is not supported and sk_buff or other kernel data structures largely use them.
Closed this issue · 0 comments
Access to fields like
struct {
...
int member:2;
...
}
is not supported and sk_buff or other kernel data structures largely use them.