Home
last modified time | relevance | path

Searched refs:vti (Results 1 - 3 of 3) sorted by relevance

/third_party/ltp/testcases/network/stress/ipsec/
H A Dipsec_lib.sh31 echo "k x key for vti interface"
219 # vti_name: name of vti interface
229 local vti=$4
236 local type="type vti$TST_IPV6"
240 ip link add type vti help 2>&1 | grep -q vti || \
241 tst_brk TCONF "iproute doesn't support 'vti'"
249 cleanup_vti=$vti
252 TST_RTNL_CHK ip link add $vti $type local $src remote $dst $key $d
253 ROD ip link set $vti u
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_valtable.cpp146 vt_item & vti = hashtable[hash & size_mask]; in add_value() local
147 vti.push_back(v); in add_value()
160 for (vt_item::iterator I = vti.begin(), E = vti.end(); I != E; ++I, ++n) { in add_value()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10045 for (unsigned vti = 0, vte = ValueVTs.size(); vti != vte; ++vti) { in HandlePHINodesInSuccessorBlocks()
10046 EVT VT = ValueVTs[vti]; in HandlePHINodesInSuccessorBlocks()

Completed in 18 milliseconds