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

  /src/sys/dist/pf/net/
pf_ioctl.c 2868 struct pfioc_trans_e *ioe; local
2872 if (io->esize != sizeof(*ioe)) {
2876 ioe = (struct pfioc_trans_e *)malloc(sizeof(*ioe),
2881 if (copyin(io->array+i, ioe, sizeof(*ioe))) {
2883 free(ioe, M_TEMP);
2887 switch (ioe->rs_num) {
2890 if (ioe->anchor[0]) {
2892 free(ioe, M_TEMP)
2937 struct pfioc_trans_e *ioe; local
3000 struct pfioc_trans_e *ioe; local
    [all...]

Completed in 19 milliseconds