Searched refs:rt_mpath_matchgate (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/sys/net/
H A Dradix_mpath.h50 struct rtentry *rt_mpath_matchgate(struct rtentry *, struct sockaddr *);
H A Dradix_mpath.c95 rt_mpath_matchgate(struct rtentry *rt, struct sockaddr *gate) function
H A Droute.c957 rt = rt_mpath_matchgate(rt, gateway);
978 * rt_mpath_matchgate() does not
1517 * rt_mpath_matchgate must use the
1520 rt = rt_mpath_matchgate(rt,
H A Drtsock.c743 * (no need to call rt_mpath_matchgate if gate == NULL)
747 rt = rt_mpath_matchgate(rt, info.rti_info[RTAX_GATEWAY]);

Completed in 94 milliseconds