Lines Matching defs:hops
377 * @TB_PATH_INTERNAL: Activate on the intermediate hops (not the first/last)
379 * @TB_PATH_ALL: Activate on all hops on the path
403 * @hops: Path hops
404 * @path_length: How many hops the path uses
407 * A path consists of a number of hops (see &struct tb_path_hop). To
424 struct tb_path_hop *hops;
1105 * @path: Path whose hops to iterate
1111 for ((hop) = &(path)->hops[0]; \
1112 (hop) <= &(path)->hops[(path)->path_length - 1]; (hop)++)