Searched refs:kflags (Results 1 – 7 of 7) sorted by relevance
4601 uint16_t kflags; in wpi_load_key() local4614 kflags = WPI_KFLAG_CCMP; in wpi_load_key()4625 kflags |= WPI_KFLAG_MULTICAST; in wpi_load_key()4631 node.kflags = htole16(kflags); in wpi_load_key()4648 kflags |= WPI_KFLAG_MULTICAST; in wpi_load_key()4649 node.kflags = htole16(kflags); in wpi_load_key()4700 uint16_t kflags; in wpi_del_key() local4712 kflags |= WPI_KFLAG_MULTICAST; in wpi_del_key()4718 node.kflags = htole16(kflags); in wpi_del_key()4733 kflags |= WPI_KFLAG_MULTICAST; in wpi_del_key()[all …]
463 uint16_t kflags; member
614 si->kflags &= ~DN_ACTIVE; in serve_sched()647 si->kflags |= DN_ACTIVE; in serve_sched()915 if (si->kflags & DN_ACTIVE) { in dummynet_io()
318 int kflags; /* DN_ACTIVE */ member
557 if (si->kflags & DN_ACTIVE) /* remove si from event heap */ in si_destroy()2358 if ((si->kflags & DN_ACTIVE) || si->dline.mq.head != NULL) in drain_scheduler_cb()
710 uint16_t kflags; member752 uint16_t kflags; member
3452 int kflags; in xlate_fflags() local3454 kflags = 0; in xlate_fflags()3457 kflags |= fflags_table[i].kf_fflag; in xlate_fflags()3458 return (kflags); in xlate_fflags()