Searched refs:pfrt (Results 1 – 1 of 1) sorted by relevance
1657 struct pfioc_remove_token pfrt; in pfioctl() local1660 bcopy(addr, &pfrt, sizeof(pfrt)); in pfioctl()1661 if ((error = remove_token(&pfrt)) == 0) { in pfioctl()1665 pfrt.refcount = pf_enabled_ref_count; in pfioctl()1673 bcopy(&pfrt, addr, sizeof(pfrt)); in pfioctl()