Lines Matching refs:pdp
1591 replace_rtables_family(struct fib_dp **pdp, struct fib_data *fd, struct fib_dp *dp) in replace_rtables_family() argument
1601 old_fdh = get_fib_dp_header(*pdp); in replace_rtables_family()
1630 *pdp = &new_fdh->fdh_idx[0]; in replace_rtables_family()
1661 struct fib_dp **pdp; in fib_set_datapath_ptr() local
1663 pdp = get_family_dp_ptr(fd->fd_family); in fib_set_datapath_ptr()
1664 return (replace_rtables_family(pdp, fd, dp)); in fib_set_datapath_ptr()
1672 grow_rtables_family(struct fib_dp **pdp, uint32_t new_num_tables) in grow_rtables_family() argument
1679 if (*pdp != NULL) { in grow_rtables_family()
1680 old_fdh = get_fib_dp_header(*pdp); in grow_rtables_family()
1688 *pdp = &new_fdh->fdh_idx[0]; in grow_rtables_family()
2005 struct fib_dp **pdp = get_family_dp_ptr(family); in fib_setup_family() local
2006 struct fib_dp_header *old_fdh = get_fib_dp_header(*pdp); in fib_setup_family()
2017 *pdp = &new_fdh->fdh_idx[0]; in fib_setup_family()