Home
last modified time | relevance | path

Searched refs:SOCK_TYPE_MASK (Results 1 – 2 of 2) sorted by relevance

/tools/perf/trace/beauty/
A Dsocket_type.c17 #ifndef SOCK_TYPE_MASK
18 #define SOCK_TYPE_MASK 0xf macro
27 flags = type & ~SOCK_TYPE_MASK; in syscall_arg__scnprintf_socket_type()
29 type &= SOCK_TYPE_MASK; in syscall_arg__scnprintf_socket_type()
/tools/testing/selftests/bpf/prog_tests/
A Dsocket_helpers.h10 #define SOCK_TYPE_MASK 0xf macro
366 switch (sotype & SOCK_TYPE_MASK) { in create_pair()

Completed in 5 milliseconds