Searched refs:fib_nexthop_info (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/ipv4/ |
H A D | fib_semantics.c | 1635 int fib_nexthop_info(struct sk_buff *skb, const struct fib_nh_common *nhc, in fib_nexthop_info() function 1703 EXPORT_SYMBOL_GPL(fib_nexthop_info); 1720 if (fib_nexthop_info(skb, nhc, rt_family, &flags, true) < 0) in fib_add_nexthop() 1834 if (fib_nexthop_info(skb, nhc, AF_INET, &flags, false) < 0) in fib_dump_info()
|
/openbmc/linux/include/net/ |
H A D | ip_fib.h | 605 int fib_nexthop_info(struct sk_buff *skb, const struct fib_nh_common *nh,
|
/openbmc/linux/net/ipv6/ |
H A D | route.c | 5590 if (fib_nexthop_info(skb, &fib6_nh->nh_common, AF_INET6, in rt6_fill_node_nexthop() 5749 if (fib_nexthop_info(skb, &rt->fib6_nh->nh_common, AF_INET6, in rt6_fill_node()
|