Home
last modified time | relevance | path

Searched defs:client (Results 1 – 15 of 15) sorted by relevance

/net/atm/
Dmpoa_caches.c36 struct mpoa_client *client) in in_cache_get()
56 struct mpoa_client *client, in in_cache_get_with_mask()
78 struct mpoa_client *client) in in_cache_get_by_vcc()
98 struct mpoa_client *client) in in_cache_add_entry()
191 struct mpoa_client *client) in in_cache_remove_entry()
226 static void clear_count_and_expired(struct mpoa_client *client) in clear_count_and_expired()
249 static void check_resolving_entries(struct mpoa_client *client) in check_resolving_entries()
299 static void refresh_entries(struct mpoa_client *client) in refresh_entries()
426 struct mpoa_client *client) in eg_cache_remove_entry()
457 struct mpoa_client *client) in eg_cache_add_entry()
[all …]
Dmpc.c1117 struct mpoa_client *client, in check_qos_and_open_shortcut()
1372 struct mpoa_client *client) in set_mps_mac_addr_rcvd()
/net/ceph/
Dceph_common.c105 int ceph_check_fsid(struct ceph_client *client, struct ceph_fsid *fsid) in ceph_check_fsid()
132 struct ceph_client *client) in ceph_compare_options()
626 int ceph_print_client_options(struct seq_file *m, struct ceph_client *client, in ceph_print_client_options()
712 struct ceph_entity_addr *ceph_client_addr(struct ceph_client *client) in ceph_client_addr()
718 u64 ceph_client_gid(struct ceph_client *client) in ceph_client_gid()
729 struct ceph_client *client; in ceph_create_client() local
780 void ceph_destroy_client(struct ceph_client *client) in ceph_destroy_client()
800 void ceph_reset_client_addr(struct ceph_client *client) in ceph_reset_client_addr()
811 static bool have_mon_and_osd_map(struct ceph_client *client) in have_mon_and_osd_map()
820 int __ceph_open_session(struct ceph_client *client, unsigned long started) in __ceph_open_session()
[all …]
Ddebugfs.c37 struct ceph_client *client = s->private; in monmap_show() local
57 struct ceph_client *client = s->private; in osdmap_show() local
140 struct ceph_client *client = s->private; in monc_show() local
344 struct ceph_client *client = s->private; in osdc_show() local
380 struct ceph_client *client = s->private; in client_options_show() local
407 void ceph_debugfs_client_init(struct ceph_client *client) in ceph_debugfs_client_init()
449 void ceph_debugfs_client_cleanup(struct ceph_client *client) in ceph_debugfs_client_cleanup()
470 void ceph_debugfs_client_init(struct ceph_client *client) in ceph_debugfs_client_init()
474 void ceph_debugfs_client_cleanup(struct ceph_client *client) in ceph_debugfs_client_cleanup()
Dmessenger_v2.c1364 struct ceph_client *client = from_msgr(con->msgr); in prepare_client_ident() local
2171 struct ceph_client *client = from_msgr(con->msgr); in process_server_ident() local
2255 struct ceph_client *client = from_msgr(con->msgr); in process_ident_missing_features() local
Dmon_client.c542 struct ceph_client *client = monc->client; in ceph_monc_handle_map() local
Dosd_client.c5157 int ceph_osdc_init(struct ceph_osd_client *osdc, struct ceph_client *client) in ceph_osdc_init()
/net/9p/
Dtrans_fd.c118 struct p9_client *client; member
226 p9_fd_poll(struct p9_client *client, struct poll_table_struct *pt, int *err) in p9_fd_poll()
254 static int p9_fd_read(struct p9_client *client, void *v, int len) in p9_fd_read()
422 static int p9_fd_write(struct p9_client *client, void *v, int len) in p9_fd_write()
587 static void p9_conn_create(struct p9_client *client) in p9_conn_create()
669 static int p9_fd_request(struct p9_client *client, struct p9_req_t *req) in p9_fd_request()
696 static int p9_fd_cancel(struct p9_client *client, struct p9_req_t *req) in p9_fd_cancel()
717 static int p9_fd_cancelled(struct p9_client *client, struct p9_req_t *req) in p9_fd_cancelled()
826 static int p9_fd_open(struct p9_client *client, int rfd, int wfd) in p9_fd_open()
868 static int p9_socket_open(struct p9_client *client, struct socket *csocket) in p9_socket_open()
[all …]
Dtrans_rdma.c295 struct p9_client *client = cq->cq_context; in recv_done() local
346 struct p9_client *client = cq->cq_context; in send_done() local
386 post_recv(struct p9_client *client, struct p9_rdma_context *c) in post_recv()
421 static int rdma_request(struct p9_client *client, struct p9_req_t *req) in rdma_request()
554 static void rdma_close(struct p9_client *client) in rdma_close()
596 static int rdma_cancel(struct p9_client *client, struct p9_req_t *req) in rdma_cancel()
607 static int rdma_cancelled(struct p9_client *client, struct p9_req_t *req) in rdma_cancelled()
638 rdma_create_trans(struct p9_client *client, const char *addr, char *args) in rdma_create_trans()
Dtrans_virtio.c70 struct p9_client *client; member
106 static void p9_virtio_close(struct p9_client *client) in p9_virtio_close()
194 static int p9_virtio_cancel(struct p9_client *client, struct p9_req_t *req) in p9_virtio_cancel()
200 static int p9_virtio_cancelled(struct p9_client *client, struct p9_req_t *req) in p9_virtio_cancelled()
256 p9_virtio_request(struct p9_client *client, struct p9_req_t *req) in p9_virtio_request()
392 p9_virtio_zc_request(struct p9_client *client, struct p9_req_t *req, in p9_virtio_zc_request()
659 p9_virtio_create(struct p9_client *client, const char *devname, char *args) in p9_virtio_create()
Dtrans_xen.c78 struct p9_client *client; member
88 static int p9_xen_cancel(struct p9_client *client, struct p9_req_t *req) in p9_xen_cancel()
93 static int p9_xen_create(struct p9_client *client, const char *addr, char *args) in p9_xen_create()
112 static void p9_xen_close(struct p9_client *client) in p9_xen_close()
139 static int p9_xen_request(struct p9_client *client, struct p9_req_t *p9_req) in p9_xen_request()
/net/caif/
Dcfctrl.c309 struct cflayer *client) in cfctrl_linkdown_req()
/net/batman-adv/
Dtranslation-table.c3460 static bool batadv_tt_check_roam_count(struct batadv_priv *bat_priv, u8 *client) in batadv_tt_check_roam_count()
3516 static void batadv_send_roam_adv(struct batadv_priv *bat_priv, u8 *client, in batadv_send_roam_adv()
/net/sunrpc/auth_gss/
Dauth_gss.c74 struct rpc_clnt *client; member
/net/wireless/
Dreg.c633 struct fwdb_wmm_ac client[IEEE80211_NUM_ACS]; member