diff options
| author | Alexander V. Chernikov <melifaro@FreeBSD.org> | 2016-01-25 05:28:19 +0000 |
|---|---|---|
| committer | Alexander V. Chernikov <melifaro@FreeBSD.org> | 2016-01-25 05:28:19 +0000 |
| commit | 809da2a3e08060842167d0ade49cd041c211756b (patch) | |
| tree | e26a093ff9d094befb277577ca5e6ca50791fcfa /sys/net | |
| parent | dc1418432b4d6d5f06811f7eae4abf075fb8e6e6 (diff) | |
Notes
Diffstat (limited to 'sys/net')
| -rw-r--r-- | sys/net/radix_mpath.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/net/radix_mpath.h b/sys/net/radix_mpath.h index fc6f7775a5ffc..0a0ed74caaaf5 100644 --- a/sys/net/radix_mpath.h +++ b/sys/net/radix_mpath.h @@ -51,10 +51,7 @@ struct rtentry *rt_mpath_matchgate(struct rtentry *, struct sockaddr *); int rt_mpath_conflict(struct radix_node_head *, struct rtentry *, struct sockaddr *); void rtalloc_mpath_fib(struct route *, u_int32_t, u_int); -#define rtalloc_mpath(_route, _hash) rtalloc_mpath_fib((_route), (_hash), 0) struct rtentry *rt_mpath_select(struct rtentry *, uint32_t); -struct radix_node *rn_mpath_lookup(void *, void *, - struct radix_node_head *); int rt_mpath_deldup(struct rtentry *, struct rtentry *); int rn4_mpath_inithead(void **, int); int rn6_mpath_inithead(void **, int); |
