Searched refs:fib_dp (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/net/route/ |
| H A D | fib_algo.h | 34 struct fib_dp; 60 typedef enum flm_op_result flm_dump_end_t(void *data, struct fib_dp *dp); 82 struct fib_dp { struct 87 VNET_DECLARE(struct fib_dp *, inet_dp); argument 89 VNET_DECLARE(struct fib_dp *, inet6_dp);
|
| H A D | fib_algo.c | 155 struct fib_dp fd_dp; /* fib datapath data */ 263 struct fib_dp fdh_idx[0]; 1240 sz += sizeof(struct fib_dp) * num_tables; in alloc_fib_dp_array() 1248 get_fib_dp_header(struct fib_dp *dp) in get_fib_dp_header() 1260 replace_rtables_family(struct fib_dp **pdp, struct fib_data *fd) in replace_rtables_family() 1280 old_fdh->fdh_num_tables * sizeof(struct fib_dp)); in replace_rtables_family() 1297 static struct fib_dp ** 1315 struct fib_dp **pdp; in attach_datapath() 1326 grow_rtables_family(struct fib_dp **pdp, uint32_t new_num_tables) in grow_rtables_family() 1336 old_fdh->fdh_num_tables * sizeof(struct fib_dp)); in grow_rtables_family() [all …]
|
| /f-stack/freebsd/netinet/ |
| H A D | in_fib.c | 68 VNET_DEFINE(struct fib_dp *, inet_dp); 117 struct fib_dp *dp = &V_inet_dp[fibnum]; in fib4_lookup() 258 struct fib_dp *dp = &V_inet_dp[fibnum]; in fib4_check_urpf()
|
| H A D | in_fib_algo.c | 465 bsearch4_end_dump(void *_data, struct fib_dp *dp) in bsearch4_end_dump() 639 lradix4_end_dump(void *_data, struct fib_dp *dp) in lradix4_end_dump() 741 radix4_end_dump(void *_data, struct fib_dp *dp) in radix4_end_dump()
|
| /f-stack/freebsd/netinet6/ |
| H A D | in6_fib.c | 74 VNET_DEFINE(struct fib_dp *, inet6_dp); 125 struct fib_dp *dp = &V_inet6_dp[fibnum]; in fib6_lookup() 272 struct fib_dp *dp = &V_inet6_dp[fibnum]; in fib6_check_urpf()
|
| H A D | in6_fib_algo.c | 209 lradix6_end_dump(void *_data, struct fib_dp *dp) in lradix6_end_dump() 325 radix6_end_dump(void *_data, struct fib_dp *dp) in radix6_end_dump()
|
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | dpdk_lpm.c | 293 check_dump_success(void *_data, struct fib_dp *dp) in check_dump_success()
|
| H A D | dpdk_lpm6.c | 357 check_dump_success(void *_data, struct fib_dp *dp) in check_dump_success()
|