Home
last modified time | relevance | path

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

/net/atm/
A 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 …]
A Dmpc.c1117 struct mpoa_client *client, in check_qos_and_open_shortcut()
1374 struct mpoa_client *client) in set_mps_mac_addr_rcvd()
/net/ceph/
A 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()
692 struct ceph_entity_addr *ceph_client_addr(struct ceph_client *client) in ceph_client_addr()
698 u64 ceph_client_gid(struct ceph_client *client) in ceph_client_gid()
709 struct ceph_client *client; in ceph_create_client() local
760 void ceph_destroy_client(struct ceph_client *client) in ceph_destroy_client()
780 void ceph_reset_client_addr(struct ceph_client *client) in ceph_reset_client_addr()
791 static bool have_mon_and_osd_map(struct ceph_client *client) in have_mon_and_osd_map()
800 int __ceph_open_session(struct ceph_client *client, unsigned long started) in __ceph_open_session()
833 int ceph_open_session(struct ceph_client *client) in ceph_open_session()
[all …]
A 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()
A Dmessenger_v2.c1477 struct ceph_client *client = from_msgr(con->msgr); in prepare_client_ident() local
2505 struct ceph_client *client = from_msgr(con->msgr); in process_server_ident() local
2589 struct ceph_client *client = from_msgr(con->msgr); in process_ident_missing_features() local
A Dmon_client.c542 struct ceph_client *client = monc->client; in ceph_monc_handle_map() local
A Dosd_client.c5192 int ceph_osdc_init(struct ceph_osd_client *osdc, struct ceph_client *client) in ceph_osdc_init()
/net/9p/
A Dtrans_fd.c115 struct p9_client *client; member
224 p9_fd_poll(struct p9_client *client, struct poll_table_struct *pt, int *err) in p9_fd_poll()
252 static int p9_fd_read(struct p9_client *client, void *v, int len) in p9_fd_read()
420 static int p9_fd_write(struct p9_client *client, void *v, int len) in p9_fd_write()
585 static void p9_conn_create(struct p9_client *client) in p9_conn_create()
667 static int p9_fd_request(struct p9_client *client, struct p9_req_t *req) in p9_fd_request()
700 static int p9_fd_cancel(struct p9_client *client, struct p9_req_t *req) in p9_fd_cancel()
830 static int p9_fd_open(struct p9_client *client, int rfd, int wfd) in p9_fd_open()
938 static void p9_fd_close(struct p9_client *client) in p9_fd_close()
984 p9_fd_create_tcp(struct p9_client *client, const char *addr, char *args) in p9_fd_create_tcp()
[all …]
A Dtrans_rdma.c292 struct p9_client *client = cq->cq_context; in recv_done() local
343 struct p9_client *client = cq->cq_context; in send_done() local
383 post_recv(struct p9_client *client, struct p9_rdma_context *c) in post_recv()
418 static int rdma_request(struct p9_client *client, struct p9_req_t *req) in rdma_request()
551 static void rdma_close(struct p9_client *client) in rdma_close()
593 static int rdma_cancel(struct p9_client *client, struct p9_req_t *req) in rdma_cancel()
604 static int rdma_cancelled(struct p9_client *client, struct p9_req_t *req) in rdma_cancelled()
635 rdma_create_trans(struct p9_client *client, const char *addr, char *args) in rdma_create_trans()
A Dtrans_virtio.c69 struct p9_client *client; member
105 static void p9_virtio_close(struct p9_client *client) in p9_virtio_close()
193 static int p9_virtio_cancel(struct p9_client *client, struct p9_req_t *req) in p9_virtio_cancel()
199 static int p9_virtio_cancelled(struct p9_client *client, struct p9_req_t *req) in p9_virtio_cancelled()
255 p9_virtio_request(struct p9_client *client, struct p9_req_t *req) in p9_virtio_request()
421 p9_virtio_zc_request(struct p9_client *client, struct p9_req_t *req, in p9_virtio_zc_request()
694 p9_virtio_create(struct p9_client *client, const char *devname, char *args) in p9_virtio_create()
A Dtrans_xen.c55 struct p9_client *client; member
64 static int p9_xen_cancel(struct p9_client *client, struct p9_req_t *req) in p9_xen_cancel()
69 static int p9_xen_create(struct p9_client *client, const char *addr, char *args) in p9_xen_create()
88 static void p9_xen_close(struct p9_client *client) in p9_xen_close()
115 static int p9_xen_request(struct p9_client *client, struct p9_req_t *p9_req) in p9_xen_request()
A Dtrans_usbg.c40 struct p9_client *client; member
339 struct p9_client *client; in enable_usb9pfs() local
369 static int p9_usbg_create(struct p9_client *client, const char *devname, char *args) in p9_usbg_create()
432 static void p9_usbg_close(struct p9_client *client) in p9_usbg_close()
459 static int p9_usbg_request(struct p9_client *client, struct p9_req_t *p9_req) in p9_usbg_request()
482 static int p9_usbg_cancel(struct p9_client *client, struct p9_req_t *req) in p9_usbg_cancel()
/net/caif/
A Dcfctrl.c309 struct cflayer *client) in cfctrl_linkdown_req()
/net/batman-adv/
A Dtranslation-table.c3409 static bool batadv_tt_check_roam_count(struct batadv_priv *bat_priv, u8 *client) in batadv_tt_check_roam_count()
3465 static void batadv_send_roam_adv(struct batadv_priv *bat_priv, u8 *client, in batadv_send_roam_adv()
/net/sunrpc/auth_gss/
A Dauth_gss.c90 struct rpc_clnt *client; member
/net/wireless/
A Dreg.c636 struct fwdb_wmm_ac client[IEEE80211_NUM_ACS]; member

Completed in 65 milliseconds