Searched refs:pfrt (Results 1 – 1 of 1) sorted by relevance
1671 struct pfioc_remove_token pfrt; in pfioctl() local1674 bcopy(addr, &pfrt, sizeof(pfrt)); in pfioctl()1675 if ((error = remove_token(&pfrt)) == 0) { in pfioctl()1679 pfrt.refcount = pf_enabled_ref_count; in pfioctl()1687 bcopy(&pfrt, addr, sizeof(pfrt)); in pfioctl()