Home
last modified time | relevance | path

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

/freebsd/sys/net/route/
H A Dfib_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);
H A Dfib_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/sys/netinet/
H A Din_fib.c67 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 Din_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()
H A Din_fib_dxr.c1182 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 Din6_fib.c73 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 Din6_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/sys/contrib/dpdk_rte_lpm/
H A Ddpdk_lpm.c297 check_dump_success(void *_data, struct fib_dp *dp) in check_dump_success()
H A Ddpdk_lpm6.c359 check_dump_success(void *_data, struct fib_dp *dp) in check_dump_success()