Home
last modified time | relevance | path

Searched defs:ac (Results 1 – 16 of 16) sorted by relevance

/net/ceph/
Dauth_none.c14 static void reset(struct ceph_auth_client *ac) in reset()
22 static void destroy(struct ceph_auth_client *ac) in destroy()
28 static int is_authenticated(struct ceph_auth_client *ac) in is_authenticated()
35 static int should_authenticate(struct ceph_auth_client *ac) in should_authenticate()
42 static int build_request(struct ceph_auth_client *ac, void *buf, void *end) in build_request()
51 static int handle_reply(struct ceph_auth_client *ac, int result, in handle_reply()
66 struct ceph_auth_client *ac, int peer_type, in ceph_auth_none_create_authorizer()
102 static void ceph_auth_none_destroy_authorizer(struct ceph_auth_client *ac, in ceph_auth_none_destroy_authorizer()
120 int ceph_auth_none_init(struct ceph_auth_client *ac) in ceph_auth_none_init()
Dauth.c23 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()
101 int ceph_auth_build_hello(struct ceph_auth_client *ac, void *buf, size_t len) in ceph_auth_build_hello()
144 static int ceph_build_auth_request(struct ceph_auth_client *ac, in ceph_build_auth_request()
174 int ceph_handle_auth_reply(struct ceph_auth_client *ac, in ceph_handle_auth_reply()
256 int ceph_build_auth(struct ceph_auth_client *ac, in ceph_build_auth()
270 int ceph_auth_is_authenticated(struct ceph_auth_client *ac) in ceph_auth_is_authenticated()
282 int ceph_auth_create_authorizer(struct ceph_auth_client *ac, in ceph_auth_create_authorizer()
[all …]
Dauth_x.c18 static int ceph_x_is_authenticated(struct ceph_auth_client *ac) in ceph_x_is_authenticated()
29 static int ceph_x_should_authenticate(struct ceph_auth_client *ac) in ceph_x_should_authenticate()
96 get_ticket_handler(struct ceph_auth_client *ac, int service) in get_ticket_handler()
123 static void remove_ticket_handler(struct ceph_auth_client *ac, in remove_ticket_handler()
136 static int process_one_ticket(struct ceph_auth_client *ac, in process_one_ticket()
253 static int ceph_x_proc_ticket_reply(struct ceph_auth_client *ac, in ceph_x_proc_ticket_reply()
281 static int ceph_x_build_authorizer(struct ceph_auth_client *ac, in ceph_x_build_authorizer()
370 static void ceph_x_validate_tickets(struct ceph_auth_client *ac, int *pneed) in ceph_x_validate_tickets()
402 static int ceph_x_build_request(struct ceph_auth_client *ac, in ceph_x_build_request()
481 static int ceph_x_handle_reply(struct ceph_auth_client *ac, int result, in ceph_x_handle_reply()
[all …]
Dosd_client.c997 struct ceph_auth_client *ac = osd->o_osdc->client->monc.auth; in put_osd() local
2897 struct ceph_auth_client *ac = osdc->client->monc.auth; in get_authorizer() local
2925 struct ceph_auth_client *ac = osdc->client->monc.auth; in verify_authorizer_reply() local
2934 struct ceph_auth_client *ac = osdc->client->monc.auth; in invalidate_authorizer() local
/net/mac80211/
Dsta_info.c97 int ac, i; in __cleanup_single_sta() local
607 static unsigned long ieee80211_tids_for_ac(int ac) in ieee80211_tids_for_ac()
631 int ac; in sta_info_recalc_tim() local
726 struct sta_info *sta, int ac) in sta_info_cleanup_expire_buffered_ac()
807 int ac; in sta_info_cleanup_expire_buffered() local
1094 int filtered = 0, buffered = 0, ac; in ieee80211_sta_ps_deliver_wakeup() local
1275 int ac; in ieee80211_sta_ps_deliver_response() local
1735 int i, ac; in sta_set_sinfo() local
Dmesh_ps.c452 int ac; in mps_frame_deliver() local
577 int ac, buffer_local = 0; in ieee80211_mps_frame_release() local
Dtx.c366 int ac; in purge_old_ps_buffers() local
478 int ac = skb_get_queue_mapping(tx->skb); in ieee80211_tx_h_unicast_ps_buf() local
977 int ac = -1; in ieee80211_tx_h_stats() local
3023 int ac = ieee802_1d_to_ac[tid & 7]; in __ieee80211_tx_skb_tid_band() local
Dstatus.c53 int ac; in ieee80211_handle_filtered_frame() local
Dutil.c299 int ac; in ieee80211_propagate_queue_wake() local
400 int ac; in __ieee80211_stop_queue() local
563 int ac; in ieee80211_get_vif_queues() local
1074 int ac; in ieee80211_set_wmm_default() local
Dtdls.c99 static enum ieee80211_ac_numbers ieee80211_ac_from_wmm(int ac) in ieee80211_ac_from_wmm()
Ddebugfs_sta.c100 int ac; in sta_num_ps_buf_frames_read() local
Drx.c1173 int tid, ac; in ieee80211_rx_h_uapsd_and_pspoll() local
2103 u16 ac, q, hdrlen; in ieee80211_rx_h_mesh_fwding() local
Diface.c706 int ac; in ieee80211_do_open() local
Ddriver-ops.h624 struct ieee80211_sub_if_data *sdata, u16 ac, in drv_conf_tx()
Dmlme.c2822 int ac, uapsd_queues = -1; in ieee80211_rx_mgmt_assoc_resp() local
/net/ipv6/
Danycast.c211 static void aca_put(struct ifacaddr6 *ac) in aca_put()