Searched refs:pfrt (Results 1 – 1 of 1) sorted by relevance
1579 struct pfioc_remove_token pfrt; in pfioctl() local1582 bcopy(addr, &pfrt, sizeof(pfrt)); in pfioctl()1583 if ((error = remove_token(&pfrt)) == 0) { in pfioctl()1587 pfrt.refcount = pf_enabled_ref_count; in pfioctl()1595 bcopy(&pfrt, addr, sizeof(pfrt)); in pfioctl()