Searched refs:O_LIMIT (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/sys/netinet/
H A Dip_fw.h152 O_LIMIT, /* ipfw_insn_limit */ enumerator in enum:ipfw_opcodes
/freebsd-10.1-release/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c561 * (O_LIMIT). When they are created, the parent is
587 if (dyn_type == O_LIMIT) {
694 case O_LIMIT: { /* limit number of sessions */
705 printf("ipfw: %s: O_LIMIT rule, conn_limit: %u "
708 printf("ipfw: %s: O_LIMIT rule, conn_limit: %u\n",
766 q = add_dyn_rule(&args->f_id, i, O_LIMIT, (struct ip_fw *)parent);
1105 if (q->dyn_type != O_LIMIT) {
1143 /* Stage 2: decrement counters from O_LIMIT parents */
H A Dip_fw_sockopt.c621 case O_LIMIT:
H A Dip_fw2.c2042 * O_LIMIT and O_KEEP_STATE: these opcodes are
2062 case O_LIMIT:
/freebsd-10.1-release/sbin/ipfw/
H A Dipfw2.c1724 case O_LIMIT: {
1809 case O_LIMIT:
3747 cmd->opcode = O_LIMIT;
3964 /* copy all commands but O_LOG, O_KEEP_STATE, O_LIMIT, O_ALTQ, O_TAG */
3972 case O_LIMIT:

Completed in 167 milliseconds