Searched refs:rib_head (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12-stable/sys/net/ |
| D | radix_mpath.c | 66 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()
|
| D | radix_mpath.h | 49 struct rib_head; 50 int rt_mpath_capable(struct rib_head *); 55 int rt_mpath_conflict(struct rib_head *, struct rtentry *,
|
| D | route.c | 114 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 …]
|
| D | route_var.h | 35 struct rib_head { struct 61 struct rib_head *rt_tables_get_rnh(int fib, int family); argument
|
| D | route.h | 440 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 *);
|
| D | rtsock.c | 552 struct rib_head *rnh; in route_output() 1872 struct rib_head *rnh = NULL; /* silence compiler. */ in sysctl_rtsock()
|
| /freebsd-12-stable/sys/netinet6/ |
| D | in6_rmx.c | 159 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()
|
| D | in6_fib.c | 175 struct rib_head *rh; in fib6_lookup_nh_basic() 225 struct rib_head *rh; in fib6_lookup_nh_ext()
|
| D | nd6_rtr.c | 1920 struct rib_head *rnh; in nd6_prefix_onlink_rtrequest()
|
| /freebsd-12-stable/sys/netinet/ |
| D | in_rmx.c | 116 struct rib_head *rh; in in_inithead() 136 rt_table_destroy((struct rib_head *)(*head)); in in_detachhead()
|
| D | in_fib.c | 138 struct rib_head *rh; in fib4_lookup_nh_basic() 187 struct rib_head *rh; in fib4_lookup_nh_ext()
|
| /freebsd-12-stable/sys/nfs/ |
| D | bootp_subr.c | 380 struct rib_head *rnh; in bootpboot_p_rtlist()
|
| /freebsd-12-stable/sys/netpfil/ipfw/ |
| D | ip_fw_table_algo.c | 4052 struct rib_head *rh; in ta_foreach_kfib()
|