Searched refs:msize (Results 1 – 8 of 8) sorted by relevance
/net/9p/ |
D | client.c | 79 clnt->msize = 8192; in parse_opts() 107 clnt->msize = option; in parse_opts() 184 req->tc = kmalloc(sizeof(struct p9_fcall)+c->msize, in p9_tag_alloc() 186 req->rc = kmalloc(sizeof(struct p9_fcall)+c->msize, in p9_tag_alloc() 198 req->tc->capacity = c->msize; in p9_tag_alloc() 200 req->rc->capacity = c->msize; in p9_tag_alloc() 664 int msize; in p9_client_version() local 667 c->msize, c->dotu); in p9_client_version() 668 req = p9_client_rpc(c, P9_TVERSION, "ds", c->msize, in p9_client_version() 673 err = p9pdu_readf(req->rc, c->dotu, "ds", &msize, &version); in p9_client_version() [all …]
|
D | trans_rdma.c | 283 ib_dma_unmap_single(rdma->cm_id->device, c->busa, client->msize, in handle_recv() 393 c->rc->sdata, client->msize, in post_recv() 399 sge.length = client->msize; in post_recv() 435 req->rc = kmalloc(sizeof(struct p9_fcall)+client->msize, in rdma_request() 440 req->rc->capacity = client->msize; in rdma_request()
|
D | trans_virtio.c | 201 client->msize); in p9_virtio_request()
|
D | trans_fd.c | 327 if (n >= m->client->msize) { in p9_read_work() 348 m->client->msize, GFP_KERNEL); in p9_read_work() 571 client->msize); in p9_conn_create()
|
/net/netfilter/ |
D | x_tables.c | 433 u_int16_t msize = cm->u.user.match_size; in xt_compat_match_from_user() local 440 memcpy(m->data, cm->data, msize - sizeof(*cm)); in xt_compat_match_from_user() 445 msize += off; in xt_compat_match_from_user() 446 m->u.user.match_size = msize; in xt_compat_match_from_user() 449 *dstptr += msize; in xt_compat_match_from_user() 460 u_int16_t msize = m->u.user.match_size - off; in xt_compat_match_to_user() local 463 put_user(msize, &cm->u.user.match_size) || in xt_compat_match_to_user() 472 if (copy_to_user(cm->data, m->data, msize - sizeof(*cm))) in xt_compat_match_to_user() 477 *dstptr += msize; in xt_compat_match_to_user()
|
/net/netfilter/ipvs/ |
D | ip_vs_sync.c | 701 int msize; in ip_vs_send_sync_msg() local 703 msize = msg->size; in ip_vs_send_sync_msg() 708 if (ip_vs_send_async(sock, (char *)msg, msize) != msize) in ip_vs_send_sync_msg()
|
/net/wanrouter/ |
D | wanproc.c | 119 p->name, p->ioport, p->irq, p->dma, p->maddr, p->msize, in config_show()
|
/net/ipv4/ |
D | ip_sockglue.c | 838 int msize, i, ifindex; in do_ip_setsockopt() local 865 msize = IP_MSFILTER_SIZE(gsf->gf_numsrc); in do_ip_setsockopt() 866 msf = kmalloc(msize, GFP_KERNEL); in do_ip_setsockopt()
|