Searched refs:msize (Results 1 - 7 of 7) sorted by relevance

/net/9p/
H A Dclient.c60 {Opt_msize, "msize=%u"},
131 clnt->msize = 8192;
158 clnt->msize = option;
239 int alloc_msize = min(c->msize, max_size);
737 req = p9_client_prepare_req(c, type, c->msize, fmt, ap);
942 int msize; local
944 p9_debug(P9_DEBUG_9P, ">>> TVERSION msize %d protocol %d\n",
945 c->msize, c->proto_version);
950 c->msize, "9P2000.L");
954 c->msize, "
[all...]
H A Dtrans_rdma.c288 ib_dma_unmap_single(rdma->cm_id->device, c->busa, client->msize,
402 c->rc->sdata, client->msize,
408 sge.length = client->msize;
H A Dtrans_fd.c336 if (n >= m->client->msize) {
357 m->client->msize, GFP_NOFS);
584 p9_debug(P9_DEBUG_TRANS, "client %p msize %d\n", client, client->msize);
/net/netfilter/
H A Dx_tables.c496 u_int16_t msize = cm->u.user.match_size; local
503 memcpy(m->data, cm->data, msize - sizeof(*cm));
508 msize += off;
509 m->u.user.match_size = msize;
512 *dstptr += msize;
523 u_int16_t msize = m->u.user.match_size - off; local
526 put_user(msize, &cm->u.user.match_size) ||
535 if (copy_to_user(cm->data, m->data, msize - sizeof(*cm)))
540 *dstptr += msize;
/net/ipv4/
H A Dip_sockglue.c935 int msize, i, ifindex; local
962 msize = IP_MSFILTER_SIZE(gsf->gf_numsrc);
963 msf = kmalloc(msize, GFP_KERNEL);
/net/netfilter/ipvs/
H A Dip_vs_sync.c1561 int msize; local
1564 msize = ntohs(msg->size);
1566 ret = ip_vs_send_async(sock, (char *)msg, msize);
/net/bridge/netfilter/
H A Debtables.c1613 compat_uint_t msize = m->match_size - off; local
1618 strlen(match->name) + 1) || put_user(msize, &cm->match_size))
1624 } else if (copy_to_user(cm->data, m->data, msize))
1629 *dstptr += msize;

Completed in 1631 milliseconds