Searched refs:orig_flags (Results 1 – 2 of 2) sorted by relevance
1098 uint_t orig_flags = iptun->iptun_flags; in iptun_setparams() local1101 if (orig_flags & IPTUN_LADDR) in iptun_setparams()1109 if (orig_flags & IPTUN_RADDR) in iptun_setparams()1167 (orig_flags & IPTUN_LADDR)) in iptun_setparams()1170 (orig_flags & IPTUN_RADDR)) in iptun_setparams()1172 iptun->iptun_flags = orig_flags; in iptun_setparams()
359 int orig_flags; in so_socketpair() local526 VERIFY(f_getfd_error(svs[0], &orig_flags) == 0); in so_socketpair()535 if (orig_flags & (FD_CLOEXEC | FD_CLOFORK)) { in so_socketpair()536 f_setfd_or(nfd, orig_flags & (FD_CLOEXEC | FD_CLOFORK)); in so_socketpair()