Home
last modified time | relevance | path

Searched refs:fib_dp (Results 1 – 9 of 9) sorted by relevance

/freebsd-13-stable/sys/net/route/
HDfib_algo.h32 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);
HDfib_algo.c186 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-13-stable/sys/netinet/
HDin_fib.c66 VNET_DEFINE(struct fib_dp *, inet_dp);
115 struct fib_dp *dp = &V_inet_dp[fibnum]; in fib4_lookup()
256 struct fib_dp *dp = &V_inet_dp[fibnum]; in fib4_check_urpf()
HDin_fib_algo.c464 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()
HDin_fib_dxr.c1182 dxr_dump_end(void *data, struct fib_dp *dp) in dxr_dump_end()
1224 struct fib_dp new_dp; in dxr_change_rib_batch()
/freebsd-13-stable/sys/netinet6/
HDin6_fib.c72 VNET_DEFINE(struct fib_dp *, inet6_dp);
123 struct fib_dp *dp = &V_inet6_dp[fibnum]; in fib6_lookup()
270 struct fib_dp *dp = &V_inet6_dp[fibnum]; in fib6_check_urpf()
HDin6_fib_algo.c208 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-13-stable/sys/contrib/dpdk_rte_lpm/
HDdpdk_lpm.c297 check_dump_success(void *_data, struct fib_dp *dp) in check_dump_success()
HDdpdk_lpm6.c359 check_dump_success(void *_data, struct fib_dp *dp) in check_dump_success()