Searched refs:stype (Results 1 - 25 of 57) sorted by last modified time

123

/linux-master/net/mac80211/
H A Drx.c3999 __le16 stype; local
4001 stype = mgmt->frame_control & cpu_to_le16(IEEE80211_FCTL_STYPE);
4009 switch (stype) {
H A Dmlme.c3079 u16 stype, u16 reason, bool tx,
3087 .subtype = stype,
3161 sdata->vif.cfg.ap_addr, stype,
3078 ieee80211_set_disassoc(struct ieee80211_sub_if_data *sdata, u16 stype, u16 reason, bool tx, u8 *frame_buf) argument
H A Dmesh.c1457 u16 stype,
1471 if (stype == IEEE80211_STYPE_PROBE_RESP &&
1516 ifmsh->sync_ops->rx_bcn_presp(sdata, stype, mgmt, len,
1686 u16 stype; local
1696 stype = le16_to_cpu(mgmt->frame_control) & IEEE80211_FCTL_STYPE;
1698 switch (stype) {
1701 ieee80211_mesh_rx_bcn_presp(sdata, stype, mgmt, skb->len,
1456 ieee80211_mesh_rx_bcn_presp(struct ieee80211_sub_if_data *sdata, u16 stype, struct ieee80211_mgmt *mgmt, size_t len, struct ieee80211_rx_status *rx_status) argument
H A Dieee80211_i.h670 void (*rx_bcn_presp)(struct ieee80211_sub_if_data *sdata, u16 stype,
2443 u16 stype, u16 reason,
H A Dutil.c1139 u16 stype, u16 reason,
1147 mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | stype);
1137 ieee80211_send_deauth_disassoc(struct ieee80211_sub_if_data *sdata, const u8 *da, const u8 *bssid, u16 stype, u16 reason, bool send_frame, u8 *frame_buf) argument
/linux-master/net/bluetooth/
H A Dl2cap_core.c3053 efs.stype = chan->local_stype;
3062 efs.stype = L2CAP_SERV_BESTEFFORT;
3474 efs.stype != L2CAP_SERV_NOTRAFIC &&
3475 efs.stype != chan->local_stype) {
3522 chan->remote_stype = efs.stype;
3631 efs.stype != L2CAP_SERV_NOTRAFIC &&
3632 efs.stype != chan->local_stype)
/linux-master/io_uring/
H A Dio_uring.c4100 #define __BUILD_BUG_VERIFY_OFFSET_SIZE(stype, eoffset, esize, ename) do { \
4101 BUILD_BUG_ON(offsetof(stype, ename) != eoffset); \
4102 BUILD_BUG_ON(sizeof_field(stype, ename) != esize); \
/linux-master/kernel/bpf/
H A Dverifier.c1185 static void mark_stack_slot_misc(struct bpf_verifier_env *env, u8 *stype) argument
1187 if (*stype == STACK_ZERO)
1189 if (env->allow_ptr_leaks && *stype == STACK_INVALID)
1191 *stype = STACK_MISC;
1194 static void scrub_spilled_slot(u8 *stype) argument
1196 if (*stype != STACK_INVALID)
1197 *stype = STACK_MISC;
4659 u8 new_type, *stype; local
4664 stype = &state->stack[spi].slot_type[slot % BPF_REG_SIZE];
4667 if (!env->allow_ptr_leaks && *stype !
4746 u8 *stype; local
4788 u8 *stype, type; local
7186 u8 *stype; local
[all...]
H A Dcgroup.c200 enum bpf_cgroup_storage_type stype; local
202 for_each_cgroup_storage_type(stype)
203 bpf_cgroup_storage_free(storages[stype]);
212 enum bpf_cgroup_storage_type stype; local
219 for_each_cgroup_storage_type(stype) {
220 map = prog->aux->cgroup_storage[stype];
224 storages[stype] = cgroup_storage_lookup((void *)map, &key, false);
225 if (storages[stype])
228 storages[stype] = bpf_cgroup_storage_alloc(prog, stype);
243 enum bpf_cgroup_storage_type stype; local
253 enum bpf_cgroup_storage_type stype; local
1558 enum bpf_cgroup_storage_type stype = cgroup_storage_type(map); local
[all...]
H A Dbtf.c6596 const struct btf_type *stype, *t; local
6622 stype = btf_type_skip_modifiers(btf, mtype->type, &id);
6623 if (btf_type_is_struct(stype)) {
/linux-master/include/net/bluetooth/
H A Dhci.h971 __u8 stype; member in struct:ext_flow_spec
H A Dl2cap.h363 __u8 stype; member in struct:l2cap_conf_efs
/linux-master/drivers/staging/rtl8192e/
H A Drtllib_softmac.c265 u16 fc, type, stype; local
270 stype = WLAN_FC_GET_STYPE(fc);
272 if (stype != IEEE80211_STYPE_PSPOLL)
1747 u16 stype)
1744 rtllib_rx_frame_softmac(struct rtllib_device *ieee, struct sk_buff *skb, struct rtllib_rx_stats *rx_stats, u16 type, u16 stype) argument
H A Drtllib_rx.c206 u16 stype)
220 rtllib_rx_frame_softmac(ieee, skb, rx_stats, type, stype);
945 u8 stype = WLAN_FC_GET_STYPE(fc); local
957 if (stype != IEEE80211_STYPE_DATA &&
958 stype != IEEE80211_STYPE_DATA_CFACK &&
959 stype != IEEE80211_STYPE_DATA_CFPOLL &&
960 stype != IEEE80211_STYPE_DATA_CFACKPOLL &&
961 stype != IEEE80211_STYPE_QOS_DATA) {
962 if (stype != IEEE80211_STYPE_NULLFUNC)
965 type, stype);
204 rtllib_rx_frame_mgmt(struct rtllib_device *ieee, struct sk_buff *skb, struct rtllib_rx_stats *rx_stats, u16 type, u16 stype) argument
1235 u8 type, stype, multicast = 0, unicast = 0, nr_subframes = 0, TID = 0; local
[all...]
H A Drtllib.h1645 u16 stype);
/linux-master/arch/sparc/kernel/
H A Dldc.c49 u8 stype; member in struct:ldc_packet
350 u8 stype, u8 ctrl,
359 p->stype = stype;
497 p->stype = LDC_NACK;
654 switch (p->stype) {
672 ldcdbg(HS, "GOT RTS stype[%x] seqid[%x] env[%x]\n",
673 p->stype, p->seqid, p->env);
675 if (p->stype != LDC_INFO ||
692 ldcdbg(HS, "GOT RTR stype[
349 handshake_compose_ctrl(struct ldc_channel *lp, u8 stype, u8 ctrl, void *data, int dlen, unsigned long *new_tail) argument
[all...]
/linux-master/sound/pci/
H A Dcmipci.c2436 #define DEFINE_SWITCH(sname, stype, sarg) \
2438 .iface = stype, \
/linux-master/include/linux/
H A Dhwmon.h434 #define HWMON_CHANNEL_INFO(stype, ...) \
436 .type = hwmon_##stype, \
H A Dbpf-cgroup.h80 #define for_each_cgroup_storage_type(stype) \
81 for (stype = 0; stype < MAX_BPF_CGROUP_STORAGE_TYPE; stype++)
171 enum bpf_cgroup_storage_type stype);
484 struct bpf_prog *prog, enum bpf_cgroup_storage_type stype) { return NULL; }
529 #define for_each_cgroup_storage_type(stype) for (; false; )
483 bpf_cgroup_storage_alloc( struct bpf_prog *prog, enum bpf_cgroup_storage_type stype) argument
/linux-master/drivers/net/ethernet/sun/
H A Dsunvnet_common.c59 pkt->type, pkt->stype, pkt->stype_env, pkt->sid);
83 pkt.tag.stype = VIO_SUBTYPE_INFO;
204 pkt->tag.stype = VIO_SUBTYPE_NACK;
220 pkt->tag.stype = VIO_SUBTYPE_ACK;
245 switch (pkt->tag.stype) {
476 .stype = VIO_SUBTYPE_ACK,
746 if (pkt->tag.stype != VIO_SUBTYPE_ACK)
750 pkt->tag.stype,
849 pkt->tag.stype = VIO_SUBTYPE_INFO;
866 msgbuf.tag.stype,
[all...]
/linux-master/drivers/block/
H A Dsunvdc.c216 pkt->type, pkt->stype, pkt->stype_env, pkt->sid);
232 pkt.tag.stype = VIO_SUBTYPE_INFO;
251 viodbg(HS, "GOT ATTR stype[0x%x] ops[%llx] disk_size[%llu] disk_type[%x] "
253 pkt->tag.stype, pkt->operations,
258 if (pkt->tag.stype == VIO_SUBTYPE_ACK) {
397 msgbuf.tag.stype,
405 if (msgbuf.tag.stype == VIO_SUBTYPE_ACK)
407 else if (msgbuf.tag.stype == VIO_SUBTYPE_NACK)
431 .stype = VIO_SUBTYPE_INFO,
/linux-master/tools/testing/selftests/net/
H A Dfcnal-test.sh3961 local stype="$1"
3965 [ "${stype}" = "UDP" ] && arg="-D"
3973 log_test_addr ${a} $? 1 "Global ${stype} server, Rx reject icmp-port-unreach"
4018 local stype="$1"
4022 [ "${stype}" = "UDP" ] && arg="$arg -D"
4030 log_test_addr ${a} $? 1 "Global ${stype} server, Rx reject icmp-port-unreach"
/linux-master/security/selinux/ss/
H A Dpolicydb.c1914 u32 len, stype, otype; local
1933 stype = le32_to_cpu(buf[0]);
1943 if (unlikely(ebitmap_get_bit(&datum->stypes, stype - 1))) {
1984 return ebitmap_set_bit(&datum->stypes, stype - 1, 1);
/linux-master/net/wireless/
H A Dmlme.c837 u16 stype; local
855 stype = le16_to_cpu(mgmt->frame_control) & IEEE80211_FCTL_STYPE;
856 if (!(wdev->wiphy->mgmt_stypes[wdev->iftype].tx & BIT(stype >> 4)))
954 u16 stype; local
957 stype = (le16_to_cpu(mgmt->frame_control) & IEEE80211_FCTL_STYPE) >> 4;
959 if (!(stypes->rx & BIT(stype))) {
/linux-master/net/bpf/
H A Dtest_run.c401 enum bpf_cgroup_storage_type stype; local
404 for_each_cgroup_storage_type(stype) {
405 item.cgroup_storage[stype] = bpf_cgroup_storage_alloc(prog, stype);
406 if (IS_ERR(item.cgroup_storage[stype])) {
407 item.cgroup_storage[stype] = NULL;
408 for_each_cgroup_storage_type(stype)
409 bpf_cgroup_storage_free(item.cgroup_storage[stype]);
431 for_each_cgroup_storage_type(stype)
432 bpf_cgroup_storage_free(item.cgroup_storage[stype]);
[all...]

Completed in 420 milliseconds

123