Searched refs:pfrt (Results 1 – 1 of 1) sorted by relevance
1578 struct pfioc_remove_token pfrt; in pfioctl() local1581 bcopy(addr, &pfrt, sizeof(pfrt)); in pfioctl()1582 if ((error = remove_token(&pfrt)) == 0) { in pfioctl()1586 pfrt.refcount = pf_enabled_ref_count; in pfioctl()1594 bcopy(&pfrt, addr, sizeof(pfrt)); in pfioctl()