Searched refs:stype (Results 1 – 10 of 10) sorted by relevance
/net/bpf/ |
D | test_run.c | 21 enum bpf_cgroup_storage_type stype; in bpf_test_run() local 26 for_each_cgroup_storage_type(stype) { in bpf_test_run() 27 storage[stype] = bpf_cgroup_storage_alloc(prog, stype); in bpf_test_run() 28 if (IS_ERR(storage[stype])) { in bpf_test_run() 29 storage[stype] = NULL; in bpf_test_run() 30 for_each_cgroup_storage_type(stype) in bpf_test_run() 31 bpf_cgroup_storage_free(storage[stype]); in bpf_test_run() 70 for_each_cgroup_storage_type(stype) in bpf_test_run() 71 bpf_cgroup_storage_free(storage[stype]); in bpf_test_run()
|
/net/mac80211/ |
D | mesh_sync.c | 80 u16 stype, in mesh_sync_offset_rx_bcn_presp() argument 93 if (stype != IEEE80211_STYPE_BEACON) in mesh_sync_offset_rx_bcn_presp()
|
D | mesh.c | 1233 u16 stype, in ieee80211_mesh_rx_bcn_presp() argument 1247 if (stype == IEEE80211_STYPE_PROBE_RESP && in ieee80211_mesh_rx_bcn_presp() 1290 stype, mgmt, &elems, rx_status); in ieee80211_mesh_rx_bcn_presp() 1454 u16 stype; in ieee80211_mesh_rx_queued_mgmt() local 1464 stype = le16_to_cpu(mgmt->frame_control) & IEEE80211_FCTL_STYPE; in ieee80211_mesh_rx_queued_mgmt() 1466 switch (stype) { in ieee80211_mesh_rx_queued_mgmt() 1469 ieee80211_mesh_rx_bcn_presp(sdata, stype, mgmt, skb->len, in ieee80211_mesh_rx_queued_mgmt()
|
D | ieee80211_i.h | 619 u16 stype, 2116 u16 stype, u16 reason,
|
D | rx.c | 3560 __le16 stype; in ieee80211_rx_h_mgmt() local 3562 stype = mgmt->frame_control & cpu_to_le16(IEEE80211_FCTL_STYPE); in ieee80211_rx_h_mgmt() 3570 switch (stype) { in ieee80211_rx_h_mgmt()
|
D | util.c | 1601 u16 stype, u16 reason, in ieee80211_send_deauth_disassoc() argument 1609 mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | stype); in ieee80211_send_deauth_disassoc()
|
D | mlme.c | 2222 u16 stype, u16 reason, bool tx, in ieee80211_set_disassoc() argument 2281 ifmgd->bssid, stype, reason, in ieee80211_set_disassoc()
|
/net/wireless/ |
D | mlme.c | 588 u16 stype; in cfg80211_mlme_mgmt_tx() local 604 stype = le16_to_cpu(mgmt->frame_control) & IEEE80211_FCTL_STYPE; in cfg80211_mlme_mgmt_tx() 605 if (!(wdev->wiphy->mgmt_stypes[wdev->iftype].tx & BIT(stype >> 4))) in cfg80211_mlme_mgmt_tx() 713 u16 stype; in cfg80211_rx_mgmt() local 716 stype = (le16_to_cpu(mgmt->frame_control) & IEEE80211_FCTL_STYPE) >> 4; in cfg80211_rx_mgmt() 718 if (!(stypes->rx & BIT(stype))) { in cfg80211_rx_mgmt()
|
/net/bluetooth/ |
D | amp.c | 549 cp.tx_flow_spec.stype = chan->local_stype; in amp_create_logical_link() 556 cp.rx_flow_spec.stype = chan->remote_stype; in amp_create_logical_link()
|
D | l2cap_core.c | 3076 efs.stype = chan->local_stype; in l2cap_add_opt_efs() 3085 efs.stype = L2CAP_SERV_BESTEFFORT; in l2cap_add_opt_efs() 3494 efs.stype != L2CAP_SERV_NOTRAFIC && in l2cap_parse_conf_req() 3495 efs.stype != chan->local_stype) { in l2cap_parse_conf_req() 3542 chan->remote_stype = efs.stype; in l2cap_parse_conf_req() 3651 efs.stype != L2CAP_SERV_NOTRAFIC && in l2cap_parse_conf_rsp() 3652 efs.stype != chan->local_stype) in l2cap_parse_conf_rsp()
|