Searched refs:ipfclose (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | mlfk_ipl.c | 70 static int ipfclose(struct cdev*, int, int, struct thread *); 75 static int ipfclose(dev_t, int, int, struct proc *); 149 .d_close = ipfclose, 161 /* close */ ipfclose, 522 ipfclose(struct cdev *dev, int flags, int devtype, struct thread *p) in ipfclose() function 524 ipfclose(dev_t dev, int flags) in ipfclose()
|