Searched refs:SKF_LL_OFF (Results 1 – 10 of 10) sorted by relevance
/external/strace/xlat/ |
D | skf_off.h | 20 #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
|
D | skf_off.in | 3 SKF_LL_OFF -0x200000
|
/external/strace/ |
D | bpf_sock_filter.c | 53 } 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()
|
D | ChangeLog | 5084 SKF_AD_OFF, SKF_NET_OFF, and SKF_LL_OFF named constants.
|
/external/iproute2/include/uapi/linux/ |
D | filter.h | 85 #define SKF_LL_OFF (-0x200000) macro 88 #define BPF_LL_OFF SKF_LL_OFF
|
/external/kernel-headers/original/uapi/linux/ |
D | filter.h | 85 #define SKF_LL_OFF (-0x200000) macro 88 #define BPF_LL_OFF SKF_LL_OFF
|
/external/strace/tests-m32/ |
D | sock_filter-v.c | 65 BPF_STMT(BPF_LD|BPF_B|BPF_ABS, SKF_LL_OFF+4), 83 XLAT_ARGS(SKF_LL_OFF)); in print_filter()
|
/external/strace/tests/ |
D | sock_filter-v.c | 65 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/ |
D | sock_filter-v.c | 65 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/ |
D | filter.h | 136 #define SKF_LL_OFF (-0x200000) macro
|