Searched refs:fib_add_nexthop (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/include/net/ |
| D | nexthop.h | 214 if (fib_add_nexthop(skb, nhc, weight, rt_family) < 0) in nexthop_mpath_fill_node()
|
| D | ip_fib.h | 555 int fib_add_nexthop(struct sk_buff *skb, const struct fib_nh_common *nh,
|
| /Linux-v5.10/net/ipv4/ |
| D | fib_semantics.c | 1665 int fib_add_nexthop(struct sk_buff *skb, const struct fib_nh_common *nhc, in fib_add_nexthop() function 1692 EXPORT_SYMBOL_GPL(fib_add_nexthop); 1711 if (fib_add_nexthop(skb, &nh->nh_common, nh->fib_nh_weight, in fib_add_multipath()
|
| /Linux-v5.10/net/ipv6/ |
| D | route.c | 5569 if (fib_add_nexthop(skb, &rt->fib6_nh->nh_common, in rt6_fill_node() 5575 if (fib_add_nexthop(skb, &sibling->fib6_nh->nh_common, in rt6_fill_node()
|