Searched defs:syscall_user_dispatch (Results 1 – 2 of 2) sorted by relevance
1585 struct syscall_user_dispatch { struct1586 char __attribute__((btf_type_tag("user"))) *selector;1587 unsigned long offset;1588 unsigned long len;1589 bool on_dispatch;
2113 struct syscall_user_dispatch {}; struct