HomeSort by: relevance | last modified time | path
    Searched defs:ioe (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dist/pf/net/
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...]
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...]

Completed in 24 milliseconds