Home
last modified time | relevance | path

Searched refs:orig_fd (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/net/route/
H A Dfib_algo.c973 struct fib_data *orig_fd, struct fib_data **pfd, bool attach) in setup_fd_instance() argument
981 prev_fd = orig_fd; in setup_fd_instance()
989 if ((prev_fd != NULL) && (prev_fd != orig_fd)) { in setup_fd_instance()
1009 orig_fd ? orig_fd->fd_failed_rebuilds + 1 : 0); in setup_fd_instance()
1012 if (orig_fd != NULL) in setup_fd_instance()
1013 orig_fd->fd_failed_rebuilds++; in setup_fd_instance()
1020 if ((prev_fd != NULL) && (prev_fd != orig_fd)) in setup_fd_instance()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c2391 int orig_fd = fd; in zfs_send_one() local
2526 err = send_conclusion_record(orig_fd, NULL); in zfs_send_one()