Lines Matching defs:dst_hopid
35 int dst_hopid)
62 return out_port && hopid == dst_hopid ? out_port : NULL;
66 const struct tb_port *dst, int dst_hopid)
72 out = tb_path_find_dst_port(src, i, dst_hopid);
85 * @dst_hopid: HopID to the @dst (%-1 if don't care)
102 struct tb_port *dst, int dst_hopid,
119 * matching @dst_hopid. That should give us the correct
122 src_hopid = tb_path_find_src_hopid(src, dst, dst_hopid);
226 * @dst_hopid: HopID used for the last egress port in the path
239 struct tb_port *dst, int dst_hopid, int link_nr,
323 ret = tb_port_alloc_out_hopid(out_port, dst_hopid,
324 dst_hopid);