Lines Matching refs:proc

138 static int pfopen(dev_t, int, int, struct proc *);
139 static int pfclose(dev_t, int, int, struct proc *);
140 static int pfioctl(dev_t, u_long, caddr_t, int, struct proc *);
142 struct pfioc_table_64 *, struct proc *);
144 struct pfioc_tokens_64 *, struct proc *);
145 static int pfioctl_ioc_rule(u_long, int, struct pfioc_rule *, struct proc *);
147 struct proc *);
148 static int pfioctl_ioc_state(u_long, struct pfioc_state *, struct proc *);
150 struct pfioc_states_64 *, struct proc *);
151 static int pfioctl_ioc_natlook(u_long, struct pfioc_natlook *, struct proc *);
152 static int pfioctl_ioc_tm(u_long, struct pfioc_tm *, struct proc *);
153 static int pfioctl_ioc_limit(u_long, struct pfioc_limit *, struct proc *);
154 static int pfioctl_ioc_pooladdr(u_long, struct pfioc_pooladdr *, struct proc *);
155 static int pfioctl_ioc_ruleset(u_long, struct pfioc_ruleset *, struct proc *);
157 struct pfioc_trans_64 *, struct proc *);
159 struct pfioc_src_nodes_64 *, struct proc *);
161 struct proc *);
163 struct pfioc_iface_64 *, struct proc *);
183 static void pf_rule_copyin(struct pf_rule *, struct pf_rule *, struct proc *,
363 static u_int64_t generate_token(struct proc *);
368 generate_token(struct proc *p)
654 pfopen(dev_t dev, int flags, int fmt, struct proc *p)
673 pfclose(dev_t dev, int flags, int fmt, struct proc *p)
1349 pf_rule_copyin(struct pf_rule *src, struct pf_rule *dst, struct proc *p,
1585 pfioctl(dev_t dev, u_long cmd, caddr_t addr, int flags, struct proc *p)
2311 struct pfioc_table_64 *io64, struct proc *p)
2675 struct pfioc_tokens_64 *tok64, struct proc *p)
3054 pfioctl_ioc_rule(u_long cmd, int minordev, struct pfioc_rule *pr, struct proc *p)
3549 pfioctl_ioc_state_kill(u_long cmd, struct pfioc_state_kill *psk, struct proc *p)
3638 pfioctl_ioc_state(u_long cmd, struct pfioc_state *ps, struct proc *p)
3714 struct pfioc_states_64 *ps64, struct proc *p)
3782 pfioctl_ioc_natlook(u_long cmd, struct pfioc_natlook *pnl, struct proc *p)
3867 pfioctl_ioc_tm(u_long cmd, struct pfioc_tm *pt, struct proc *p)
3909 pfioctl_ioc_limit(u_long cmd, struct pfioc_limit *pl, struct proc *p)
3950 pfioctl_ioc_pooladdr(u_long cmd, struct pfioc_pooladdr *pp, struct proc *p)
4174 pfioctl_ioc_ruleset(u_long cmd, struct pfioc_ruleset *pr, struct proc *p)
4247 struct pfioc_trans_64 *io64, struct proc *p)
4523 struct pfioc_src_nodes_64 *psn64, struct proc *p)
4613 struct proc *p)
4666 struct pfioc_iface_64 *io64, struct proc *p)