Searched refs:pfioc_trans (Results 1 – 8 of 8) sorted by relevance
51 static struct pfioc_trans pft;
690 struct pfioc_trans *t = NULL; in recursive_ruleset_purge()695 if ((t = calloc(1, sizeof(struct pfioc_trans))) == NULL) in recursive_ruleset_purge()
47 static struct pfioc_trans pft;
1437 struct pfioc_trans { struct1554 #define DIOCXBEGIN _IOWR('D', 81, struct pfioc_trans)1555 #define DIOCXCOMMIT _IOWR('D', 82, struct pfioc_trans)1556 #define DIOCXROLLBACK _IOWR('D', 83, struct pfioc_trans)
2494 struct pfioc_trans *io = (struct pfioc_trans *)addr; in pfioctl()2574 struct pfioc_trans *io = (struct pfioc_trans *)addr; in pfioctl()2635 struct pfioc_trans *io = (struct pfioc_trans *)addr; in pfioctl()
1089 struct pfioc_trans pft;
1958 struct pfioc_trans trans; in pfctl_trans()
923 unsigned struct_pfioc_trans_sz = sizeof(pfioc_trans);