pf_ioctl.c | 2857 struct pfioc_trans_e *ioe; local in function:pfioctl 2861 if (io->esize != sizeof(*ioe)) { 2865 ioe = (struct pfioc_trans_e *)malloc(sizeof(*ioe), 2870 if (copyin(io->array+i, ioe, sizeof(*ioe))) { 2872 free(ioe, M_TEMP); 2876 switch (ioe->rs_num) { 2879 if (ioe->anchor[0]) { 2881 free(ioe, M_TEMP) 2926 struct pfioc_trans_e *ioe; local in function:pfioctl 2989 struct pfioc_trans_e *ioe; local in function:pfioctl [all...] |