Searched refs:rtalloc_mpath_fib (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/sys/net/
H A Dradix_mpath.h53 void rtalloc_mpath_fib(struct route *, u_int32_t, u_int);
54 #define rtalloc_mpath(_route, _hash) rtalloc_mpath_fib((_route), (_hash), 0)
H A Dradix_mpath.c259 rtalloc_mpath_fib(struct route *ro, uint32_t hash, u_int fibnum) function
H A Dflowtable.c1317 ft->ft_rtalloc = rtalloc_mpath_fib;
/freebsd-10.0-release/sys/netinet/
H A Dip_output.c274 rtalloc_mpath_fib(ro,
/freebsd-10.0-release/sys/netinet6/
H A Din6_src.c689 rtalloc_mpath_fib((struct route *)ro,
H A Dnd6_nbr.c251 rtalloc_mpath_fib((struct route *)&ro, RTF_ANNOUNCE,

Completed in 125 milliseconds