Home
last modified time | relevance | path

Searched refs:kflags (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/wpi/
H A Dif_wpi.c4599 uint16_t kflags; in wpi_load_key() local
4612 kflags = WPI_KFLAG_CCMP; in wpi_load_key()
4621 kflags |= WPI_KFLAG_KID(k->wk_keyix); in wpi_load_key()
4623 kflags |= WPI_KFLAG_MULTICAST; in wpi_load_key()
4629 node.kflags = htole16(kflags); in wpi_load_key()
4634 (kflags & WPI_KFLAG_MULTICAST) ? "group" : "ucast", k->wk_keyix, in wpi_load_key()
4644 if (!(kflags & WPI_KFLAG_MULTICAST) && in wpi_load_key()
4646 kflags |= WPI_KFLAG_MULTICAST; in wpi_load_key()
4647 node.kflags = htole16(kflags); in wpi_load_key()
4698 uint16_t kflags; in wpi_del_key() local
[all …]
H A Dif_wpireg.h460 uint16_t kflags; member
/freebsd/sys/netpfil/ipfw/
H A Dip_dn_io.c628 si->kflags &= ~DN_ACTIVE; in serve_sched()
663 si->kflags |= DN_ACTIVE; in serve_sched()
954 if (si->kflags & DN_ACTIVE) { in dummynet_io()
H A Dip_dn_private.h309 int kflags; /* DN_ACTIVE */ member
H A Dip_dummynet.c581 if (si->kflags & DN_ACTIVE) /* remove si from event heap */ in si_destroy()
2400 if ((si->kflags & DN_ACTIVE) || si->dline.mq.head != NULL) in drain_scheduler_cb()
/freebsd/sys/dev/iwn/
H A Dif_iwnreg.h709 uint16_t kflags; member
751 uint16_t kflags; member
/freebsd/sys/kern/
H A Dkern_descrip.c4505 int kflags; in xlate_fflags()
4507 kflags = 0; in xlate_fflags()
4510 kflags |= fflags_table[i].kf_fflag; in xlate_fflags()
4511 return (kflags); in xlate_fflags()
4504 int kflags; xlate_fflags() local