Searched refs:fib_dp (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13-stable/sys/net/route/ |
| HD | 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);
|
| HD | 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-13-stable/sys/netinet/ |
| HD | in_fib.c | 66 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()
|
| HD | 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()
|
| HD | in_fib_dxr.c | 1182 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/ |
| HD | in6_fib.c | 72 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()
|
| HD | 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-13-stable/sys/contrib/dpdk_rte_lpm/ |
| HD | dpdk_lpm.c | 297 check_dump_success(void *_data, struct fib_dp *dp) in check_dump_success()
|
| HD | dpdk_lpm6.c | 359 check_dump_success(void *_data, struct fib_dp *dp) in check_dump_success()
|