Searched refs:fib_dp (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/net/route/ |
H A D | fib_algo.h | 32 struct fib_dp; 77 typedef enum flm_op_result flm_dump_end_t(void *data, struct fib_dp *dp); 103 struct fib_dp { struct 108 VNET_DECLARE(struct fib_dp *, inet_dp); argument 110 VNET_DECLARE(struct fib_dp *, inet6_dp); 129 bool fib_set_datapath_ptr(struct fib_data *fd, struct fib_dp *dp);
|
H A D | fib_algo.c | 186 struct fib_dp fd_dp; /* fib datapath data */ 298 struct fib_dp fdh_idx[0]; 1564 sz += sizeof(struct fib_dp) * num_tables; in alloc_fib_dp_array() 1579 get_fib_dp_header(struct fib_dp *dp) in get_fib_dp_header() 1591 replace_rtables_family(struct fib_dp **pdp, struct fib_data *fd, struct fib_dp *dp) in replace_rtables_family() 1623 old_fdh->fdh_num_tables * sizeof(struct fib_dp)); in replace_rtables_family() 1639 static struct fib_dp ** 1659 fib_set_datapath_ptr(struct fib_data *fd, struct fib_dp *dp) in fib_set_datapath_ptr() 1661 struct fib_dp **pdp; in fib_set_datapath_ptr() 1672 grow_rtables_family(struct fib_dp **pdp, uint32_t new_num_tables) in grow_rtables_family() [all …]
|
/freebsd/sys/netinet/ |
H A D | in_fib.c | 67 VNET_DEFINE(struct fib_dp *, inet_dp); 116 struct fib_dp *dp = &V_inet_dp[fibnum]; in fib4_lookup() 257 struct fib_dp *dp = &V_inet_dp[fibnum]; in fib4_check_urpf()
|
H A D | in_fib_algo.c | 464 bsearch4_end_dump(void *_data, struct fib_dp *dp) in bsearch4_end_dump() 638 lradix4_end_dump(void *_data, struct fib_dp *dp) in lradix4_end_dump() 740 radix4_end_dump(void *_data, struct fib_dp *dp) in radix4_end_dump()
|
H A D | in_fib_dxr.c | 1182 dxr_dump_end(void *data, struct fib_dp *dp) in choose_lookup_fn() 1224 struct fib_dp new_dp; in dxr_dump_end()
|
/freebsd/sys/netinet6/ |
H A D | in6_fib.c | 73 VNET_DEFINE(struct fib_dp *, inet6_dp); 124 struct fib_dp *dp = &V_inet6_dp[fibnum]; in fib6_lookup() 271 struct fib_dp *dp = &V_inet6_dp[fibnum]; in fib6_check_urpf()
|
H A D | in6_fib_algo.c | 208 lradix6_end_dump(void *_data, struct fib_dp *dp) in lradix6_end_dump() 324 radix6_end_dump(void *_data, struct fib_dp *dp) in radix6_end_dump()
|
/freebsd/sys/contrib/dpdk_rte_lpm/ |
H A D | dpdk_lpm.c | 297 check_dump_success(void *_data, struct fib_dp *dp) in check_dump_success()
|
H A D | dpdk_lpm6.c | 359 check_dump_success(void *_data, struct fib_dp *dp) in check_dump_success()
|