Searched refs:next_hop (Results 1 – 5 of 5) sorted by relevance
/drivers/thunderbolt/ |
D | path.c | 21 hop->in_hop_index, regs->out_port, regs->next_hop); in tb_dump_hop() 58 hopid = hop.next_hop; in tb_path_find_dst_port() 148 h = hop.next_hop; in tb_path_discover() 173 int next_hop; in tb_path_discover() local 187 next_hop = hop.next_hop; in tb_path_discover() 190 tb_port_alloc_out_hopid(out_port, next_hop, next_hop) < 0) { in tb_path_discover() 199 path->hops[i].next_hop_index = next_hop; in tb_path_discover() 201 h = next_hop; in tb_path_discover() 529 hop.next_hop = path->hops[i].next_hop_index; in tb_path_activate()
|
D | tb_regs.h | 417 u32 next_hop:11; /* member
|
/drivers/s390/net/ |
D | qeth_core.h | 247 } next_hop; member 362 ipv6_addr_equal(&h1->next_hop.addr, &h2->next_hop.addr); in qeth_l3_same_next_hop()
|
D | qeth_l3_main.c | 1672 l3_hdr->next_hop.addr.s6_addr32[3] = in qeth_l3_fill_header() 1676 l3_hdr->next_hop.addr = *qeth_next_hop_v6_rcu(skb, dst); in qeth_l3_fill_header() 1683 l3_hdr->next_hop.addr.s6_addr16[0] = htons(0xfe80); in qeth_l3_fill_header() 1684 memcpy(&l3_hdr->next_hop.addr.s6_addr32[2], in qeth_l3_fill_header()
|
D | qeth_core_main.c | 690 __be32 next_hop; in qeth_next_hop_is_local_v4() local 696 next_hop = qeth_next_hop_v4_rcu(skb, in qeth_next_hop_is_local_v4() 698 key = ipv4_addr_hash(next_hop); in qeth_next_hop_is_local_v4() 701 if (tmp->addr.s6_addr32[3] == next_hop) { in qeth_next_hop_is_local_v4() 715 struct in6_addr *next_hop; in qeth_next_hop_is_local_v6() local 723 next_hop = qeth_next_hop_v6_rcu(skb, in qeth_next_hop_is_local_v6() 725 key = ipv6_addr_hash(next_hop); in qeth_next_hop_is_local_v6() 728 if (ipv6_addr_equal(&tmp->addr, next_hop)) { in qeth_next_hop_is_local_v6() 5565 &l3_hdr->next_hop.rx.src_mac, skb->len); in qeth_l3_rebuild_skb() 5577 l3_hdr->next_hop.rx.vlan_id; in qeth_l3_rebuild_skb()
|