Searched refs:first_hop (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | path.c | 365 static void __tb_path_deallocate_nfc(struct tb_path *path, int first_hop) in __tb_path_deallocate_nfc() argument 368 for (i = first_hop; i < path->path_length; i++) { in __tb_path_deallocate_nfc() 428 static void __tb_path_deactivate_hops(struct tb_path *path, int first_hop) in __tb_path_deactivate_hops() argument 432 for (i = first_hop; i < path->path_length; i++) { in __tb_path_deactivate_hops()
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | path.c | 379 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() 449 static void __tb_path_deactivate_hops(struct tb_path *path, int first_hop) in __tb_path_deactivate_hops() argument 453 for (i = first_hop; i < path->path_length; i++) { in __tb_path_deactivate_hops()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ip6_output.c | 274 struct in6_addr *first_hop = &fl6->daddr; in ip6_xmit() local 308 ipv6_push_nfrag_opts(skb, opt, &proto, &first_hop, in ip6_xmit() 332 hdr->daddr = *first_hop; in ip6_xmit()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ip6_output.c | 260 struct in6_addr *first_hop = &fl6->daddr; in ip6_xmit() local 292 ipv6_push_nfrag_opts(skb, opt, &proto, &first_hop, in ip6_xmit() 330 hdr->daddr = *first_hop; in ip6_xmit()
|
Completed in 7 milliseconds