Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Ddn_aqm_pie.c306 if ((pst->sflags & PIE_ACTIVE) && pst->burst_allowance>0) { in calculate_drop_prob()
315 if (pst->sflags & PIE_ACTIVE) in calculate_drop_prob()
373 pst->sflags = PIE_INMEASUREMENT; in init_activate_pie()
377 pst->sflags |= PIE_ACTIVE; in init_activate_pie()
393 pst->sflags &= ~(PIE_ACTIVE | PIE_INMEASUREMENT); in deactivate_pie()
421 if (!m || !(pst->sflags & PIE_ACTIVE)) in aqm_pie_dequeue()
427 if(pst->sflags & PIE_INMEASUREMENT) { in aqm_pie_dequeue()
448 pst->sflags &= ~PIE_INMEASUREMENT; in aqm_pie_dequeue()
457 if(!(pst->sflags & PIE_INMEASUREMENT) && in aqm_pie_dequeue()
459 pst->sflags |= PIE_INMEASUREMENT; in aqm_pie_dequeue()
[all …]
H A Ddn_sched_fq_pie.c478 if ((pst->sflags & PIE_ACTIVE) && pst->burst_allowance) { in fq_calculate_drop_prob()
485 if (pst->sflags & PIE_ACTIVE) in fq_calculate_drop_prob()
512 pst->sflags = PIE_INMEASUREMENT | PIE_ACTIVE; in fq_activate_pie()
529 pst->sflags &= ~(PIE_ACTIVE | PIE_INMEASUREMENT); in fq_deactivate_pie()
629 if (!m || !(pst->sflags & PIE_ACTIVE)) in pie_dequeue()
635 if(pst->sflags & PIE_INMEASUREMENT) { in pie_dequeue()
656 pst->sflags &= ~PIE_INMEASUREMENT; in pie_dequeue()
665 if(!(pst->sflags & PIE_INMEASUREMENT) && in pie_dequeue()
667 pst->sflags |= PIE_INMEASUREMENT; in pie_dequeue()
699 if (pst->sflags & PIE_ACTIVE && pst->burst_allowance == 0 in pie_enqueue()
[all …]
H A Ddn_aqm_pie.h82 uint32_t sflags; member
/f-stack/tools/ipfw/
H A Dnat64lsn.c94 char sflags[4], *sf; in nat64lsn_print_states() local
123 sf = sflags; in nat64lsn_print_states()
149 sflags, ste->idle, f, ste->dport); in nat64lsn_print_states()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_nat6.c1913 u_int sflags; local
1925 sflags = flags & NAT_TCPUDPICMP;
2233 u_int sflags; local
2240 sflags = flags & IPN_TCPUDPICMP;
H A Dip_nat.c4085 u_int sflags; local
4095 sflags = flags & NAT_TCPUDPICMP;
4418 u_int sflags; local
4425 sflags = flags & IPN_TCPUDPICMP;
/f-stack/freebsd/vm/
H A Duma_core.c1544 uint8_t sflags; in keg_alloc_slab() local
1579 mem = allocf(zone, size, domain, &sflags, aflags); in keg_alloc_slab()
1604 slab->us_flags = sflags; in keg_alloc_slab()
/f-stack/app/redis-5.0.5/src/
H A Dserver.h1303 char *sflags; /* Flags as string representation, one char per flag. */ member
H A Dserver.c2200 char *f = c->sflags; in populateCommandTable()