Home
last modified time | relevance | path

Searched refs:rib_head (Results 1 – 13 of 13) sorted by relevance

/freebsd-12-stable/sys/net/
Dradix_mpath.c66 rt_mpath_capable(struct rib_head *rnh) in rt_mpath_capable()
76 return (rt_mpath_capable((struct rib_head *)rh)); in rn_mpath_capable()
175 rt_mpath_conflict(struct rib_head *rnh, struct rtentry *rt, in rt_mpath_conflict()
300 struct rib_head *rnh; in rn4_mpath_inithead()
304 rnh = (struct rib_head *)*head; in rn4_mpath_inithead()
316 struct rib_head *rnh; in rn6_mpath_inithead()
320 rnh = (struct rib_head *)*head; in rn6_mpath_inithead()
Dradix_mpath.h49 struct rib_head;
50 int rt_mpath_capable(struct rib_head *);
55 int rt_mpath_conflict(struct rib_head *, struct rtentry *,
Droute.c114 VNET_DEFINE(struct rib_head *, rt_tables);
138 static int rtrequest1_fib_change(struct rib_head *, struct rt_addrinfo *,
142 static struct rtentry *rt_unlinkrte(struct rib_head *rnh,
146 static struct radix_node *rt_mpath_unlink(struct rib_head *rnh,
177 static __inline struct rib_head **
180 struct rib_head **rnh; in rt_tables_get_rnh_ptr()
188 rnh = (struct rib_head **)V_rt_tables; in rt_tables_get_rnh_ptr()
195 struct rib_head *
205 struct rib_head *rnh; in rt_tables_get_gen()
277 struct rib_head **rnh; in vnet_route_init()
[all …]
Droute_var.h35 struct rib_head { struct
61 struct rib_head *rt_tables_get_rnh(int fib, int family); argument
Droute.h440 struct rib_head;
454 struct rib_head *rt_table_init(int);
455 void rt_table_destroy(struct rib_head *);
475 typedef void rt_setwarg_t(struct rib_head *, uint32_t, int, void *);
Drtsock.c552 struct rib_head *rnh; in route_output()
1872 struct rib_head *rnh = NULL; /* silence compiler. */ in sysctl_rtsock()
/freebsd-12-stable/sys/netinet6/
Din6_rmx.c159 struct rib_head *rnh;
184 in6_mtutimo_setwa(struct rib_head *rnh, uint32_t fibum, int af, in in6_mtutimo_setwa()
218 struct rib_head *rh; in in6_inithead()
242 rt_table_destroy((struct rib_head *)(*head)); in in6_detachhead()
Din6_fib.c175 struct rib_head *rh; in fib6_lookup_nh_basic()
225 struct rib_head *rh; in fib6_lookup_nh_ext()
Dnd6_rtr.c1920 struct rib_head *rnh; in nd6_prefix_onlink_rtrequest()
/freebsd-12-stable/sys/netinet/
Din_rmx.c116 struct rib_head *rh; in in_inithead()
136 rt_table_destroy((struct rib_head *)(*head)); in in_detachhead()
Din_fib.c138 struct rib_head *rh; in fib4_lookup_nh_basic()
187 struct rib_head *rh; in fib4_lookup_nh_ext()
/freebsd-12-stable/sys/nfs/
Dbootp_subr.c380 struct rib_head *rnh; in bootpboot_p_rtlist()
/freebsd-12-stable/sys/netpfil/ipfw/
Dip_fw_table_algo.c4052 struct rib_head *rh; in ta_foreach_kfib()