Home
last modified time | relevance | path

Searched refs:SKF_LL_OFF (Results 1 – 10 of 10) sorted by relevance

/external/strace/xlat/
Dskf_off.h20 #if defined(SKF_LL_OFF) || (defined(HAVE_DECL_SKF_LL_OFF) && HAVE_DECL_SKF_LL_OFF)
22 static_assert((SKF_LL_OFF) == (-0x200000), "SKF_LL_OFF != -0x200000");
25 # define SKF_LL_OFF -0x200000
Dskf_off.in3 SKF_LL_OFF -0x200000
/external/strace/
Dbpf_sock_filter.c53 } else if (fp->k >= (unsigned int) SKF_LL_OFF) { in print_sock_filter_k()
54 print_xlat32(SKF_LL_OFF); in print_sock_filter_k()
55 tprintf("+%u", fp->k - (unsigned int) SKF_LL_OFF); in print_sock_filter_k()
DChangeLog5084 SKF_AD_OFF, SKF_NET_OFF, and SKF_LL_OFF named constants.
/external/iproute2/include/uapi/linux/
Dfilter.h85 #define SKF_LL_OFF (-0x200000) macro
88 #define BPF_LL_OFF SKF_LL_OFF
/external/kernel-headers/original/uapi/linux/
Dfilter.h85 #define SKF_LL_OFF (-0x200000) macro
88 #define BPF_LL_OFF SKF_LL_OFF
/external/strace/tests-m32/
Dsock_filter-v.c65 BPF_STMT(BPF_LD|BPF_B|BPF_ABS, SKF_LL_OFF+4),
83 XLAT_ARGS(SKF_LL_OFF)); in print_filter()
/external/strace/tests/
Dsock_filter-v.c65 BPF_STMT(BPF_LD|BPF_B|BPF_ABS, SKF_LL_OFF+4),
83 XLAT_ARGS(SKF_LL_OFF)); in print_filter()
/external/strace/tests-mx32/
Dsock_filter-v.c65 BPF_STMT(BPF_LD|BPF_B|BPF_ABS, SKF_LL_OFF+4),
83 XLAT_ARGS(SKF_LL_OFF)); in print_filter()
/external/iptables/include/linux/
Dfilter.h136 #define SKF_LL_OFF (-0x200000) macro