Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dip_fib.h538 void fib_nh_common_release(struct fib_nh_common *nhc);
/openbmc/linux/net/ipv4/
H A Dfib_semantics.c213 void fib_nh_common_release(struct fib_nh_common *nhc) in fib_nh_common_release() function
221 EXPORT_SYMBOL_GPL(fib_nh_common_release);
229 fib_nh_common_release(&fib_nh->nh_common); in fib_nh_release()
/openbmc/linux/net/ipv6/
H A Droute.c3660 fib_nh_common_release(&fib6_nh->nh_common); in fib6_nh_release()