Home
last modified time | relevance | path

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

/dragonfly/sys/net/ipfw/
HDip_fw2.h95 O_LIMIT, /* ipfw_insn_limit */ enumerator
HDip_fw2.c1696 KASSERT(s->st_type == O_KEEP_STATE || s->st_type == O_LIMIT || in ipfw_state_del()
2194 KASSERT(type == O_KEEP_STATE || type == O_LIMIT || IPFW_ISXLAT(type), in ipfw_state_alloc()
2800 case O_LIMIT: /* limit number of sessions */ in ipfw_state_install()
2817 s = ipfw_state_add(ctx, &args->f_id, O_LIMIT, rule, t, tcp); in ipfw_state_install()
4022 case O_LIMIT: in ipfw_chk()
5351 if (cmd->opcode == O_KEEP_STATE || cmd->opcode == O_LIMIT || in ipfw_check_ioc_rule()
5355 if (cmd->opcode == O_LIMIT) in ipfw_check_ioc_rule()
5426 case O_LIMIT: in ipfw_check_ioc_rule()
/dragonfly/sbin/ipfw/
HDipfw2.c1228 case O_LIMIT: in show_ipfw()
1281 case O_LIMIT: in show_dyn_ipfw()
3297 cmd->opcode = O_LIMIT; in add()
3422 case O_LIMIT: in add()