| /net/ceph/ |
| A D | auth.c | 46 if (ac->global_id && global_id != ac->global_id) in ceph_auth_set_global_id() 62 ac = kzalloc(sizeof(*ac), GFP_NOFS); in ceph_auth_init() 63 if (!ac) in ceph_auth_init() 77 ac->name, ac->preferred_mode, ac->fallback_mode); in ceph_auth_init() 85 ac->ops->destroy(ac); in ceph_auth_destroy() 96 if (ac->ops && !ac->negotiating) in ceph_auth_reset() 97 ac->ops->reset(ac); in ceph_auth_reset() 242 ac->ops->destroy(ac); in ceph_handle_auth_reply() 290 if (ac->ops->should_authenticate(ac)) in ceph_build_auth() 302 ret = ac->ops->is_authenticated(ac); in ceph_auth_is_authenticated() [all …]
|
| A D | auth_none.c | 15 static void reset(struct ceph_auth_client *ac) in reset() argument 17 struct ceph_auth_none_info *xi = ac->private; in reset() 24 kfree(ac->private); in destroy() 25 ac->private = NULL; in destroy() 30 struct ceph_auth_none_info *xi = ac->private; in is_authenticated() 37 struct ceph_auth_none_info *xi = ac->private; in should_authenticate() 80 ceph_auth_set_global_id(ac, global_id); in handle_reply() 135 dout("ceph_auth_none_init %p\n", ac); in ceph_auth_none_init() 142 ac->protocol = CEPH_AUTH_NONE; in ceph_auth_none_init() 143 ac->private = xi; in ceph_auth_none_init() [all …]
|
| A D | auth_x.c | 24 struct ceph_x_info *xi = ac->private; in ceph_x_is_authenticated() 28 ceph_x_validate_tickets(ac, &need); in ceph_x_is_authenticated() 38 struct ceph_x_info *xi = ac->private; in ceph_x_should_authenticate() 41 ceph_x_validate_tickets(ac, &need); in ceph_x_should_authenticate() 460 int want = ac->want_keys; in ceph_x_validate_tickets() 929 kfree(ac->private); in ceph_x_destroy() 930 ac->private = NULL; in ceph_x_destroy() 1092 dout("ceph_x_init %p\n", ac); in ceph_x_init() 1099 if (!ac->key) { in ceph_x_init() 1114 ac->private = xi; in ceph_x_init() [all …]
|
| A D | auth_none.h | 25 int ceph_auth_none_init(struct ceph_auth_client *ac);
|
| A D | auth_x.h | 52 int ceph_x_init(struct ceph_auth_client *ac);
|
| A D | osd_client.c | 5549 struct ceph_auth_client *ac = osdc->client->monc.auth; in osd_get_authorizer() local 5553 ret = __ceph_auth_get_authorizer(ac, auth, CEPH_ENTITY_TYPE_OSD, in osd_get_authorizer() 5566 struct ceph_auth_client *ac = osdc->client->monc.auth; in osd_add_authorizer_challenge() local 5576 struct ceph_auth_client *ac = osdc->client->monc.auth; in osd_verify_authorizer_reply() local 5579 return ceph_auth_verify_authorizer_reply(ac, auth->authorizer, in osd_verify_authorizer_reply() 5588 struct ceph_auth_client *ac = osdc->client->monc.auth; in osd_invalidate_authorizer() local 5590 ceph_auth_invalidate_authorizer(ac, CEPH_ENTITY_TYPE_OSD); in osd_invalidate_authorizer() 5599 struct ceph_auth_client *ac = o->o_osdc->client->monc.auth; in osd_get_auth_request() local 5603 ret = ceph_auth_get_authorizer(ac, auth, CEPH_ENTITY_TYPE_OSD, in osd_get_auth_request() 5619 struct ceph_auth_client *ac = o->o_osdc->client->monc.auth; in osd_handle_auth_reply_more() local [all …]
|
| /net/mac80211/ |
| A D | sta_info.c | 160 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in __cleanup_single_sta() 366 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in sta_accumulate_removed_link_stats() 1108 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in __sta_info_recalc_tim() 1262 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in sta_info_cleanup_expire_buffered() 1807 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in ieee80211_sta_ps_deliver_wakeup() 1967 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in ieee80211_sta_ps_more_data() 1990 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in ieee80211_sta_ps_get_frames() 2768 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in sta_set_link_sinfo() 2776 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in sta_set_link_sinfo() 2828 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in sta_set_link_sinfo() [all …]
|
| A D | debugfs_sta.c | 110 int ac; in sta_num_ps_buf_frames_read() local 112 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in sta_num_ps_buf_frames_read() 200 int ac; in sta_airtime_read() local 205 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in sta_airtime_read() 209 deficit[ac] = sta->airtime[ac].deficit; in sta_airtime_read() 229 int ac; in sta_airtime_write() local 231 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in sta_airtime_write() 253 int ac; in sta_aql_read() local 258 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in sta_aql_read() 260 q_limit_l[ac] = sta->airtime[ac].aql_limit_low; in sta_aql_read() [all …]
|
| A D | mesh_ps.c | 459 int ac; in mps_frame_deliver() local 467 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in mps_frame_deliver() 469 skb = skb_dequeue(&sta->tx_filtered[ac]); in mps_frame_deliver() 472 &sta->ps_tx_buf[ac]); in mps_frame_deliver() 482 if (!skb_queue_empty(&sta->tx_filtered[ac]) || in mps_frame_deliver() 483 !skb_queue_empty(&sta->ps_tx_buf[ac])) in mps_frame_deliver() 584 int ac, buffer_local = 0; in ieee80211_mps_frame_release() local 601 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in ieee80211_mps_frame_release() 602 buffer_local += skb_queue_len(&sta->ps_tx_buf[ac]) + in ieee80211_mps_frame_release() 603 skb_queue_len(&sta->tx_filtered[ac]); in ieee80211_mps_frame_release()
|
| A D | tx.c | 360 int ac; in purge_old_ps_buffers() local 362 for (ac = IEEE80211_AC_BK; ac >= IEEE80211_AC_VO; ac--) { in purge_old_ps_buffers() 503 sta->sta.addr, ac); in ieee80211_tx_h_unicast_ps_buf() 1025 int ac = -1; in ieee80211_tx_h_stats() local 1034 if (ac >= 0) in ieee80211_tx_h_stats() 1510 txqi->txq.ac = IEEE80211_AC_BE; in ieee80211_txq_init() 1526 txqi->txq.ac = IEEE80211_AC_VO; in ieee80211_txq_init() 3989 txq->ac, in ieee80211_tx_dequeue() 4198 u8 ac = txq->ac; in ieee80211_txq_may_transmit() local 4252 local->schedule_round[ac]++; in ieee80211_txq_schedule_start() [all …]
|
| A D | wme.c | 91 int ac = ieee802_1d_to_ac[skb->priority]; in ieee80211_downgrade_queue() local 93 if (ifmgd->tx_tspec[ac].admitted_time && in ieee80211_downgrade_queue() 94 skb->priority == ifmgd->tx_tspec[ac].up) in ieee80211_downgrade_queue() 95 return ac; in ieee80211_downgrade_queue()
|
| A D | debugfs.c | 264 u32 ac, q_limit_low, q_limit_high, q_limit_low_old, q_limit_high_old; in aql_txq_limit_write() local 278 if (sscanf(buf, "%u %u %u", &ac, &q_limit_low, &q_limit_high) != 3) in aql_txq_limit_write() 281 if (ac >= IEEE80211_NUM_ACS) in aql_txq_limit_write() 284 q_limit_low_old = local->aql_txq_limit_low[ac]; in aql_txq_limit_write() 285 q_limit_high_old = local->aql_txq_limit_high[ac]; in aql_txq_limit_write() 289 local->aql_txq_limit_low[ac] = q_limit_low; in aql_txq_limit_write() 290 local->aql_txq_limit_high[ac] = q_limit_high; in aql_txq_limit_write() 294 if (sta->airtime[ac].aql_limit_low == q_limit_low_old && in aql_txq_limit_write() 295 sta->airtime[ac].aql_limit_high == q_limit_high_old) { in aql_txq_limit_write() 296 sta->airtime[ac].aql_limit_low = q_limit_low; in aql_txq_limit_write() [all …]
|
| A D | util.c | 354 if (ac != txq->ac) in __ieee80211_wake_txqs() 373 (ps && atomic_read(&ps->num_sta_ps)) || ac != vif->txq->ac) in __ieee80211_wake_txqs() 406 int ac; in _ieee80211_wake_txqs() local 408 for (ac = 0; ac < n_acs; ac++) { in _ieee80211_wake_txqs() 669 int ac; in ieee80211_get_vif_queues() local 673 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in ieee80211_get_vif_queues() 925 *qparam, int ac) in ieee80211_regulatory_limit_wmm_params() argument 971 int ac; in ieee80211_set_wmm_default() local 1006 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in ieee80211_set_wmm_default() 1009 switch (ac) { in ieee80211_set_wmm_default() [all …]
|
| A D | mlme.c | 3503 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in __ieee80211_sta_handle_tspec_ac_params() 3596 u8 ac; in ieee80211_mgd_set_link_qos_params() local 3598 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in ieee80211_mgd_set_link_qos_params() 3601 ac, params[ac].acm, in ieee80211_mgd_set_link_qos_params() 3602 params[ac].aifs, params[ac].cw_min, params[ac].cw_max, in ieee80211_mgd_set_link_qos_params() 3603 params[ac].txop, params[ac].uapsd, in ieee80211_mgd_set_link_qos_params() 3725 params[ac].cw_min > params[ac].cw_max) { in _ieee80211_sta_wmm_params() 3735 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in _ieee80211_sta_wmm_params() 3744 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in _ieee80211_sta_wmm_params() 3745 link->tx_conf[ac] = params[ac]; in _ieee80211_sta_wmm_params() [all …]
|
| A D | status.c | 50 int ac; in ieee80211_handle_filtered_frame() local 98 ac = ieee80211_ac_from_tid(tid); in ieee80211_handle_filtered_frame() 100 ac = IEEE80211_AC_BE; in ieee80211_handle_filtered_frame() 146 skb_queue_len(&sta->tx_filtered[ac]) < STA_MAX_TX_BUFFER) { in ieee80211_handle_filtered_frame() 147 skb_queue_tail(&sta->tx_filtered[ac], skb); in ieee80211_handle_filtered_frame() 167 skb_queue_len(&sta->tx_filtered[ac]), in ieee80211_handle_filtered_frame()
|
| A D | driver-ops.c | 213 struct ieee80211_link_data *link, u16 ac, in drv_conf_tx() argument 239 trace_drv_conf_tx(local, sdata, link->link_id, ac, params); in drv_conf_tx() 242 link->link_id, ac, params); in drv_conf_tx()
|
| A D | trace.h | 1111 u16 ac, const struct ieee80211_tx_queue_params *params), 1113 TP_ARGS(local, sdata, link_id, ac, params), 1119 __field(u16, ac) 1131 __entry->ac = ac; 1141 LOCAL_PR_ARG, VIF_PR_ARG, __entry->link_id, __entry->ac 2386 __field(u8, ac) 2396 __entry->ac = txq->txq.ac; 2402 LOCAL_PR_ARG, VIF_PR_ARG, STA_PR_ARG, __entry->ac, __entry->tid
|
| A D | cfg.c | 2968 ieee80211_regulatory_limit_wmm_params(sdata, &p, params->ac); in ieee80211_set_txq_params() 2970 link->tx_conf[params->ac] = p; in ieee80211_set_txq_params() 2971 if (drv_conf_tx(local, link, params->ac, &p)) { in ieee80211_set_txq_params() 2974 params->ac); in ieee80211_set_txq_params() 4638 int ac = ieee802_1d_to_ac[up]; in ieee80211_add_tx_ts() local 4646 if (ifmgd->tx_tspec[ac].admitted_time) in ieee80211_add_tx_ts() 4650 ifmgd->tx_tspec[ac].admitted_time = 32 * admitted_time; in ieee80211_add_tx_ts() 4651 ifmgd->tx_tspec[ac].tsid = tsid; in ieee80211_add_tx_ts() 4652 ifmgd->tx_tspec[ac].up = up; in ieee80211_add_tx_ts() 4664 int ac; in ieee80211_del_tx_ts() local [all …]
|
| A D | tdls.c | 240 static enum ieee80211_ac_numbers ieee80211_ac_from_wmm(int ac) in ieee80211_ac_from_wmm() argument 242 switch (ac) { in ieee80211_ac_from_wmm() 300 wmm->ac[i].aci_aifsn = ieee80211_wmm_aci_aifsn(txq->aifs, in ieee80211_tdls_add_wmm_param_ie() 302 wmm->ac[i].cw = ieee80211_wmm_ecw(txq->cw_min, txq->cw_max); in ieee80211_tdls_add_wmm_param_ie() 303 wmm->ac[i].txop_limit = cpu_to_le16(txq->txop); in ieee80211_tdls_add_wmm_param_ie()
|
| A D | sta_info.h | 149 struct sta_info *sta, u8 ac,
|
| A D | ieee80211_i.h | 98 ieee80211_sta_keep_active(struct sta_info *sta, u8 ac) in ieee80211_sta_keep_active() argument 103 return time_before_eq(jiffies, sta->airtime[ac].last_active + HZ / 10); in ieee80211_sta_keep_active() 2376 int ac);
|
| /net/wireless/ |
| A D | reg.c | 670 u16 cw_min = ecw2cw((ac[i].ecw & 0xf0) >> 4); in valid_wmm() 671 u16 cw_max = ecw2cw(ac[i].ecw & 0x0f); in valid_wmm() 672 u8 aifsn = ac[i].aifsn; in valid_wmm() 1406 u8 ac; in reg_rules_intersect() local 1408 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in reg_rules_intersect() 1409 reg_wmm_rules_intersect(&wmm_rule1->client[ac], in reg_rules_intersect() 1410 &wmm_rule2->client[ac], in reg_rules_intersect() 1411 &wmm_rule->client[ac]); in reg_rules_intersect() 1412 reg_wmm_rules_intersect(&wmm_rule1->ap[ac], in reg_rules_intersect() 1413 &wmm_rule2->ap[ac], in reg_rules_intersect() [all …]
|
| A D | trace.h | 1293 __field(enum nl80211_ac, ac) 1302 __entry->ac = params->ac; 1309 WIPHY_PR_ARG, NETDEV_PR_ARG, __entry->ac, __entry->txop,
|
| /net/ipv6/ |
| A D | anycast.c | 271 static void aca_put(struct ifacaddr6 *ac) in aca_put() argument 273 if (refcount_dec_and_test(&ac->aca_refcnt)) in aca_put() 274 call_rcu_hurry(&ac->rcu, aca_free_rcu); in aca_put()
|
| /net/rxrpc/ |
| A D | rxgk.c | 478 u32 ac; in rxgk_verify_packet_integrity() local 500 skb, &offset, &len, &ac); in rxgk_verify_packet_integrity() 503 rxrpc_abort_eproto(call, skb, ac, in rxgk_verify_packet_integrity() 527 u32 ac; in rxgk_verify_packet_encrypted() local 531 ret = rxgk_decrypt_skb(gk->krb5, gk->rx_enc, skb, &offset, &len, &ac); in rxgk_verify_packet_encrypted() 533 rxrpc_abort_eproto(call, skb, ac, rxgk_abort_2_decrypt_eproto); in rxgk_verify_packet_encrypted()
|