Home
last modified time | relevance | path

Searched refs:to_offset (Results 1 – 6 of 6) sorted by relevance

/external/iptables/extensions/
Dlibxt_string.c60 .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/
Dtext.c53 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/
Dtc_em_text.h13 __u16 to_offset; member
/external/iptables/include/linux/netfilter/
Dxt_string.h16 __u16 to_offset; member
/external/kernel-headers/original/uapi/linux/netfilter/
Dxt_string.h17 __u16 to_offset; member
/external/v8/src/
Dcode-stub-assembler.cc2175 Node* to_offset; in CopyFixedArrayElements() local
2177 to_offset = from_offset; in CopyFixedArrayElements()
2179 to_offset = IntPtrSub( in CopyFixedArrayElements()
2182 var_to_offset.Bind(to_offset); in CopyFixedArrayElements()
2202 Store(to_array, to_offset, value); in CopyFixedArrayElements()
2204 StoreNoWriteBarrier(MachineRepresentation::kFloat64, to_array, to_offset, in CopyFixedArrayElements()
2207 StoreNoWriteBarrier(MachineRepresentation::kTagged, to_array, to_offset, in CopyFixedArrayElements()
2223 StoreNoWriteBarrier(MachineRepresentation::kWord64, to_array, to_offset, in CopyFixedArrayElements()
2226 StoreNoWriteBarrier(MachineRepresentation::kWord32, to_array, to_offset, in CopyFixedArrayElements()
2229 IntPtrAdd(to_offset, IntPtrConstant(kPointerSize)), in CopyFixedArrayElements()
[all …]