Home
last modified time | relevance | path

Searched refs:first_hop (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/md/dm-vdo/
H A Dint-map.c78 u8 first_hop; member
266 int next_hop = neighborhood->first_hop; in insert_in_hop_list()
270 neighborhood->first_hop = hop_offset; in insert_in_hop_list()
330 unsigned int next_hop = bucket->first_hop; in search_hop_list()
473 struct bucket *new_hole = dereference_hop(bucket, bucket->first_hop); in move_empty_bucket()
499 bucket->first_hop = new_hole->next_hop; in move_empty_bucket()
700 bucket->first_hop = victim->next_hop; in vdo_int_map_remove()
/linux/drivers/thunderbolt/
H A Dpath.c379 static void __tb_path_deallocate_nfc(struct tb_path *path, int first_hop) in __tb_path_deallocate_nfc() argument
382 for (i = first_hop; i < path->path_length; i++) { in __tb_path_deallocate_nfc()
462 static void __tb_path_deactivate_hops(struct tb_path *path, int first_hop) in __tb_path_deactivate_hops() argument
466 for (i = first_hop; i < path->path_length; i++) { in __tb_path_deactivate_hops()
/linux/net/ipv6/
H A Dip6_output.c272 struct in6_addr *first_hop = &fl6->daddr; in ip6_xmit() local
308 ipv6_push_nfrag_opts(skb, opt, &proto, &first_hop, in ip6_xmit()
346 hdr->daddr = *first_hop; in ip6_xmit()