Home
last modified time | relevance | path

Searched refs:ioe (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/sys/contrib/pf/net/
Dpf_ioctl.c3401 struct pfioc_trans_e *ioe; local
3405 if (io->esize != sizeof(*ioe)) {
3412 ioe = malloc(sizeof(*ioe), M_TEMP, M_WAITOK);
3419 PF_COPYIN(io->array+i, ioe, sizeof(*ioe), error);
3422 if (copyin(io->array+i, ioe, sizeof(*ioe))) {
3425 free(ioe, M_TEMP);
3429 switch (ioe->rs_num) {
3432 if (ioe->anchor[0]) {
3434 free(ioe, M_TEMP);
3438 if ((error = pf_begin_altq(&ioe->ticket))) {
[all …]