Home | History | Annotate | Download | only in netinet

Lines Matching refs:bm_flags

2212 		    (x->bm_flags & BW_METER_USER_FLAGS) == flags)  {
2233 x->bm_flags = flags;
2302 (x->bm_flags & BW_METER_USER_FLAGS) == flags)
2335 if (x->bm_flags & BW_METER_GEQ) {
2344 x->bm_flags &= ~BW_METER_UPCALL_DELIVERED;
2354 if (!(x->bm_flags & BW_METER_UPCALL_DELIVERED)) {
2355 if (((x->bm_flags & BW_METER_UNIT_PACKETS) &&
2357 ((x->bm_flags & BW_METER_UNIT_BYTES) &&
2361 x->bm_flags |= BW_METER_UPCALL_DELIVERED;
2364 } else if (x->bm_flags & BW_METER_LEQ) {
2374 if (((x->bm_flags & BW_METER_UNIT_PACKETS) &&
2376 ((x->bm_flags & BW_METER_UNIT_BYTES) &&
2393 if ((x->bm_flags & BW_METER_UNIT_PACKETS &&
2395 (x->bm_flags & BW_METER_UNIT_BYTES &&
2409 x->bm_flags &= ~BW_METER_UPCALL_DELIVERED;
2448 if (x->bm_flags & BW_METER_UNIT_PACKETS)
2450 if (x->bm_flags & BW_METER_UNIT_BYTES)
2452 if (x->bm_flags & BW_METER_GEQ)
2454 if (x->bm_flags & BW_METER_LEQ)
2533 if (!(x->bm_flags & BW_METER_LEQ))
2542 x->bm_flags &= ~BW_METER_UPCALL_DELIVERED;
2563 if (!(x->bm_flags & BW_METER_LEQ))
2665 if (((x->bm_flags & BW_METER_UNIT_PACKETS) &&
2667 ((x->bm_flags & BW_METER_UNIT_BYTES) &&