Home
last modified time | relevance | path

Searched refs:fib_set_datapath_ptr (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/sys/net/route/
H A Dfib_algo.h129 bool fib_set_datapath_ptr(struct fib_data *fd, struct fib_dp *dp);
H A Dfib_algo.c1263 if (fib_set_datapath_ptr(new_fd, &new_fd->fd_dp)) in setup_fd_instance()
1659 fib_set_datapath_ptr(struct fib_data *fd, struct fib_dp *dp) in fib_set_datapath_ptr() function
/freebsd-src/sys/netinet/
H A Din_fib_dxr.c1294 if (fib_set_datapath_ptr(dxr->fd, &new_dp)) { in dxr_change_rib_batch()