Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/wpi/
H A Dif_wpi.c4605 uint16_t kflags; in wpi_load_key() local
4618 kflags = WPI_KFLAG_CCMP; in wpi_load_key()
4629 kflags |= WPI_KFLAG_MULTICAST; in wpi_load_key()
4635 node.kflags = htole16(kflags); in wpi_load_key()
4652 kflags |= WPI_KFLAG_MULTICAST; in wpi_load_key()
4653 node.kflags = htole16(kflags); in wpi_load_key()
4704 uint16_t kflags; in wpi_del_key() local
4716 kflags |= WPI_KFLAG_MULTICAST; in wpi_del_key()
4722 node.kflags = htole16(kflags); in wpi_del_key()
4737 kflags |= WPI_KFLAG_MULTICAST; in wpi_del_key()
[all …]
H A Dif_wpireg.h461 uint16_t kflags; member
/freebsd-13.1/sys/netpfil/ipfw/
H A Dip_dn_io.c603 si->kflags &= ~DN_ACTIVE; in serve_sched()
636 si->kflags |= DN_ACTIVE; in serve_sched()
913 if (si->kflags & DN_ACTIVE) { in dummynet_io()
H A Dip_dn_private.h311 int kflags; /* DN_ACTIVE */ member
H A Dip_dummynet.c571 if (si->kflags & DN_ACTIVE) /* remove si from event heap */ in si_destroy()
2390 if ((si->kflags & DN_ACTIVE) || si->dline.mq.head != NULL) in drain_scheduler_cb()
/freebsd-13.1/sys/dev/iwn/
H A Dif_iwnreg.h710 uint16_t kflags; member
752 uint16_t kflags; member
/freebsd-13.1/sys/kern/
H A Dkern_descrip.c4411 int kflags; in xlate_fflags() local
4413 kflags = 0; in xlate_fflags()
4416 kflags |= fflags_table[i].kf_fflag; in xlate_fflags()
4417 return (kflags); in xlate_fflags()