Searched refs:msize (Results 1 – 7 of 7) sorted by relevance
/net/9p/ |
D | client.c | 132 clnt->msize = 8192; in parse_opts() 159 clnt->msize = option; in parse_opts() 240 int alloc_msize = min(c->msize, max_size); in p9_tag_alloc() 733 req = p9_client_prepare_req(c, type, c->msize, fmt, ap); in p9_client_rpc() 935 int msize; in p9_client_version() local 938 c->msize, c->proto_version); in p9_client_version() 943 c->msize, "9P2000.L"); in p9_client_version() 947 c->msize, "9P2000.u"); in p9_client_version() 951 c->msize, "9P2000"); in p9_client_version() 960 err = p9pdu_readf(req->rc, c->proto_version, "ds", &msize, &version); in p9_client_version() [all …]
|
D | trans_rdma.c | 297 ib_dma_unmap_single(rdma->cm_id->device, c->busa, client->msize, in recv_done() 383 c->rc->sdata, client->msize, in post_recv() 391 sge.length = client->msize; in post_recv()
|
D | trans_fd.c | 338 if (m->rc.size >= m->client->msize) { in p9_read_work() 588 p9_debug(P9_DEBUG_TRANS, "client %p msize %d\n", client, client->msize); in p9_conn_create()
|
/net/netfilter/ |
D | x_tables.c | 571 u_int16_t msize = cm->u.user.match_size; in xt_compat_match_from_user() local 579 memcpy(m->data, cm->data, msize - sizeof(*cm)); in xt_compat_match_from_user() 584 msize += off; in xt_compat_match_from_user() 585 m->u.user.match_size = msize; in xt_compat_match_from_user() 591 *dstptr += msize; in xt_compat_match_from_user() 601 u_int16_t msize = m->u.user.match_size - off; in xt_compat_match_to_user() local 604 put_user(msize, &cm->u.user.match_size) || in xt_compat_match_to_user() 613 if (copy_to_user(cm->data, m->data, msize - sizeof(*cm))) in xt_compat_match_to_user() 618 *dstptr += msize; in xt_compat_match_to_user()
|
/net/ipv4/ |
D | ip_sockglue.c | 1071 int msize, i, ifindex; in do_ip_setsockopt() local 1098 msize = IP_MSFILTER_SIZE(gsf->gf_numsrc); in do_ip_setsockopt() 1099 msf = kmalloc(msize, GFP_KERNEL); in do_ip_setsockopt()
|
/net/bridge/netfilter/ |
D | ebtables.c | 1626 compat_uint_t msize = m->match_size - off; in compat_match_to_user() local 1631 strlen(match->name) + 1) || put_user(msize, &cm->match_size)) in compat_match_to_user() 1637 } else if (copy_to_user(cm->data, m->data, msize)) in compat_match_to_user() 1642 *dstptr += msize; in compat_match_to_user()
|
/net/netfilter/ipvs/ |
D | ip_vs_sync.c | 1622 int msize; in ip_vs_send_sync_msg() local 1625 msize = ntohs(msg->size); in ip_vs_send_sync_msg() 1627 ret = ip_vs_send_async(sock, (char *)msg, msize); in ip_vs_send_sync_msg()
|