Searched refs:nexthop_mpath_fill_node (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | nexthop.h | 202 int nexthop_mpath_fill_node(struct sk_buff *skb, struct nexthop *nh, in nexthop_mpath_fill_node() function
|
/kernel/linux/linux-6.6/include/net/ |
H A D | nexthop.h | 316 int nexthop_mpath_fill_node(struct sk_buff *skb, struct nexthop *nh, in nexthop_mpath_fill_node() function
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | fib_semantics.c | 1769 if (nexthop_mpath_fill_node(skb, fi->nh, AF_INET) < 0) in fib_add_multipath()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | fib_semantics.c | 1750 if (nexthop_mpath_fill_node(skb, fi->nh, AF_INET) < 0) in fib_add_multipath()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | route.c | 5482 if (nexthop_mpath_fill_node(skb, nh, AF_INET6)) in rt6_fill_node_nexthop()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | route.c | 5575 if (nexthop_mpath_fill_node(skb, nh, AF_INET6)) in rt6_fill_node_nexthop()
|
Completed in 24 milliseconds