/net/ceph/ |
D | auth_none.c | 14 static void reset(struct ceph_auth_client *ac) in reset() 21 static void destroy(struct ceph_auth_client *ac) in destroy() 27 static int is_authenticated(struct ceph_auth_client *ac) in is_authenticated() 34 static int should_authenticate(struct ceph_auth_client *ac) in should_authenticate() 41 static int ceph_auth_none_build_authorizer(struct ceph_auth_client *ac, in ceph_auth_none_build_authorizer() 62 static int build_request(struct ceph_auth_client *ac, void *buf, void *end) in build_request() 71 static int handle_reply(struct ceph_auth_client *ac, int result, in handle_reply() 90 struct ceph_auth_client *ac, int peer_type, in ceph_auth_none_create_authorizer() 128 int ceph_auth_none_init(struct ceph_auth_client *ac) in ceph_auth_none_init()
|
D | auth.c | 23 static int ceph_auth_init_protocol(struct ceph_auth_client *ac, int protocol) in ceph_auth_init_protocol() 40 struct ceph_auth_client *ac; in ceph_auth_init() local 64 void ceph_auth_destroy(struct ceph_auth_client *ac) in ceph_auth_destroy() 75 void ceph_auth_reset(struct ceph_auth_client *ac) in ceph_auth_reset() 104 int ceph_auth_build_hello(struct ceph_auth_client *ac, void *buf, size_t len) in ceph_auth_build_hello() 147 static int ceph_build_auth_request(struct ceph_auth_client *ac, in ceph_build_auth_request() 177 int ceph_handle_auth_reply(struct ceph_auth_client *ac, in ceph_handle_auth_reply() 259 int ceph_build_auth(struct ceph_auth_client *ac, in ceph_build_auth() 271 int ceph_auth_is_authenticated(struct ceph_auth_client *ac) in ceph_auth_is_authenticated() 283 int ceph_auth_create_authorizer(struct ceph_auth_client *ac, in ceph_auth_create_authorizer() [all …]
|
D | auth_x.c | 20 static int ceph_x_is_authenticated(struct ceph_auth_client *ac) in ceph_x_is_authenticated() 31 static int ceph_x_should_authenticate(struct ceph_auth_client *ac) in ceph_x_should_authenticate() 100 get_ticket_handler(struct ceph_auth_client *ac, int service) in get_ticket_handler() 127 static void remove_ticket_handler(struct ceph_auth_client *ac, in remove_ticket_handler() 140 static int process_one_ticket(struct ceph_auth_client *ac, in process_one_ticket() 246 static int ceph_x_proc_ticket_reply(struct ceph_auth_client *ac, in ceph_x_proc_ticket_reply() 283 static int ceph_x_build_authorizer(struct ceph_auth_client *ac, in ceph_x_build_authorizer() 397 static void ceph_x_validate_tickets(struct ceph_auth_client *ac, int *pneed) in ceph_x_validate_tickets() 427 static int ceph_x_build_request(struct ceph_auth_client *ac, in ceph_x_build_request() 507 static int ceph_x_handle_reply(struct ceph_auth_client *ac, int result, in ceph_x_handle_reply() [all …]
|
D | osd_client.c | 4458 struct ceph_auth_client *ac = osdc->client->monc.auth; in get_authorizer() local 4486 struct ceph_auth_client *ac = osdc->client->monc.auth; in verify_authorizer_reply() local 4495 struct ceph_auth_client *ac = osdc->client->monc.auth; in invalidate_authorizer() local
|
/net/mac80211/ |
D | sta_info.c | 87 int ac, i; in __cleanup_single_sta() local 654 static unsigned long ieee80211_tids_for_ac(int ac) in ieee80211_tids_for_ac() 678 int ac; in __sta_info_recalc_tim() local 780 struct sta_info *sta, int ac) in sta_info_cleanup_expire_buffered_ac() 861 int ac; in sta_info_cleanup_expire_buffered() local 1184 int filtered = 0, buffered = 0, ac, i; in ieee80211_sta_ps_deliver_wakeup() local 1385 int ac; in ieee80211_sta_ps_more_data() local 1416 int ac; in ieee80211_sta_ps_get_frames() local 2062 int i, ac, cpu; in sta_set_sinfo() local
|
D | mesh_ps.c | 452 int ac; in mps_frame_deliver() local 577 int ac, buffer_local = 0; in ieee80211_mps_frame_release() local
|
D | wme.c | 93 int ac = ieee802_1d_to_ac[skb->priority]; in ieee80211_downgrade_queue() local
|
D | driver-ops.c | 162 struct ieee80211_sub_if_data *sdata, u16 ac, in drv_conf_tx()
|
D | debugfs_sta.c | 112 int ac; in sta_num_ps_buf_frames_read() local
|
D | tx.c | 381 int ac; in purge_old_ps_buffers() local 493 int ac = skb_get_queue_mapping(tx->skb); in ieee80211_tx_h_unicast_ps_buf() local 1000 int ac = -1; in ieee80211_tx_h_stats() local 4542 int ac = ieee802_1d_to_ac[tid & 7]; in __ieee80211_tx_skb_tid_band() local
|
D | util.c | 254 int ac; in ieee80211_propagate_queue_wake() local 361 int ac; in __ieee80211_stop_queue() local 524 int ac; in ieee80211_get_vif_queues() local 1117 int ac; in ieee80211_set_wmm_default() local
|
D | mlme.c | 1631 int ac; in __ieee80211_sta_handle_tspec_ac_params() local 1726 int count, ac; in ieee80211_sta_wmm_params() local 2172 int ac = ieee80211_ac_from_tid(tid); in ieee80211_sta_tx_wmm_ac_notify() local 3125 int ac, uapsd_queues = -1; in ieee80211_rx_mgmt_assoc_resp() local
|
D | status.c | 52 int ac; in ieee80211_handle_filtered_frame() local
|
D | rx.c | 1435 u8 ac = ieee802_1d_to_ac[tid & 7]; in ieee80211_sta_uapsd_trigger() local 2431 u16 ac, q, hdrlen; in ieee80211_rx_h_mesh_fwding() local
|
D | iface.c | 737 int ac; in ieee80211_do_open() local
|
D | cfg.c | 3494 int ac = ieee802_1d_to_ac[up]; in ieee80211_add_tx_ts() local 3520 int ac; in ieee80211_del_tx_ts() local
|
D | tdls.c | 234 static enum ieee80211_ac_numbers ieee80211_ac_from_wmm(int ac) in ieee80211_ac_from_wmm()
|
/net/ipv6/ |
D | anycast.c | 209 static void aca_put(struct ifacaddr6 *ac) in aca_put()
|
/net/wireless/ |
D | nl80211.c | 2018 u8 ac; in parse_txq_params() local
|