Searched refs:to_offset (Results 1 – 7 of 7) sorted by relevance
/external/iptables/extensions/ |
D | libxt_string.c | 60 .flags = XTOPT_PUT, XTOPT_POINTER(s, to_offset)}, 76 i->to_offset = UINT16_MAX; in string_init() 271 if (info->to_offset != 0) in string_print() 272 printf(" TO %u", info->to_offset); in string_print() 295 if (info->to_offset != 0) in string_save() 296 printf(" --to %u", info->to_offset); in string_save()
|
/external/libnl/lib/route/cls/ematch/ |
D | text.c | 53 t->cfg.to_offset = offset; in rtnl_ematch_text_set_to() 59 return ((struct text_data *) rtnl_ematch_data(e))->cfg.to_offset; in rtnl_ematch_text_get_to_offset() 140 if (t->cfg.to_layer || t->cfg.to_offset) { in text_dump() 143 t->cfg.to_offset, in text_dump()
|
/external/kernel-headers/original/uapi/linux/tc_ematch/ |
D | tc_em_text.h | 12 __u16 to_offset; member
|
/external/iproute2/include/linux/tc_ematch/ |
D | tc_em_text.h | 12 __u16 to_offset; member
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
D | xt_string.h | 16 __u16 to_offset; member
|
/external/iptables/include/linux/netfilter/ |
D | xt_string.h | 16 __u16 to_offset; member
|
/external/v8/src/ |
D | code-stub-assembler.cc | 2052 Node* to_offset; in CopyFixedArrayElements() local 2054 to_offset = from_offset; in CopyFixedArrayElements() 2056 to_offset = IntPtrSub( in CopyFixedArrayElements() 2059 var_to_offset.Bind(to_offset); in CopyFixedArrayElements() 2079 Store(MachineRepresentation::kTagged, to_array, to_offset, value); in CopyFixedArrayElements() 2081 StoreNoWriteBarrier(MachineRepresentation::kFloat64, to_array, to_offset, in CopyFixedArrayElements() 2084 StoreNoWriteBarrier(MachineRepresentation::kTagged, to_array, to_offset, in CopyFixedArrayElements() 2100 StoreNoWriteBarrier(MachineRepresentation::kWord64, to_array, to_offset, in CopyFixedArrayElements() 2103 StoreNoWriteBarrier(MachineRepresentation::kWord32, to_array, to_offset, in CopyFixedArrayElements() 2106 IntPtrAdd(to_offset, IntPtrConstant(kPointerSize)), in CopyFixedArrayElements() [all …]
|