Searched refs:pfioc_trans (Results 1 – 6 of 6) sorted by relevance
689 struct pfioc_trans *t = NULL; in recursive_ruleset_purge()696 if ((t = calloc(1, sizeof(struct pfioc_trans))) == NULL) in recursive_ruleset_purge()
1313 struct pfioc_trans { struct1425 #define DIOCXBEGIN _IOWR('D', 81, struct pfioc_trans)1426 #define DIOCXCOMMIT _IOWR('D', 82, struct pfioc_trans)1427 #define DIOCXROLLBACK _IOWR('D', 83, struct pfioc_trans)
53 static struct pfioc_trans pft;
57 static struct pfioc_trans pft;
3021 struct pfioc_trans *io = (struct pfioc_trans *)addr; in pfioctl()3097 struct pfioc_trans *io = (struct pfioc_trans *)addr; in pfioctl()3172 struct pfioc_trans *io = (struct pfioc_trans *)addr; in pfioctl()
1759 struct pfioc_trans trans; in pfctl_trans()