Searched refs:pfrt (Results 1 – 1 of 1) sorted by relevance
1605 struct pfioc_remove_token pfrt; in pfioctl() local1608 bcopy(addr, &pfrt, sizeof(pfrt)); in pfioctl()1609 if ((error = remove_token(&pfrt)) == 0) { in pfioctl()1613 pfrt.refcount = pf_enabled_ref_count; in pfioctl()1621 bcopy(&pfrt, addr, sizeof(pfrt)); in pfioctl()