Searched refs:msize (Results 1 – 6 of 6) sorted by relevance
/net/9p/ |
D | client.c | 69 if (clnt->msize != DEFAULT_MSIZE) in p9_show_client_options() 70 seq_printf(m, ",msize=%u", clnt->msize); in p9_show_client_options() 142 clnt->msize = DEFAULT_MSIZE; in parse_opts() 173 clnt->msize = option; in parse_opts() 226 if (likely(c->fcall_cache) && alloc_msize == c->msize) { in p9_fcall_init() 269 int alloc_msize = min(c->msize, max_size); in p9_tag_alloc() 505 if (req->rc.size >= c->msize) { in p9_check_errors() 740 req = p9_client_prepare_req(c, type, c->msize, fmt, ap); in p9_client_rpc() 939 int msize; in p9_client_version() local 942 c->msize, c->proto_version); in p9_client_version() [all …]
|
D | trans_rdma.c | 304 ib_dma_unmap_single(rdma->cm_id->device, c->busa, client->msize, in recv_done() 394 c->rc.sdata, client->msize, in post_recv() 402 sge.length = client->msize; in post_recv() 413 client->msize, DMA_FROM_DEVICE); in post_recv()
|
D | trans_fd.c | 329 if (m->rc.size >= m->client->msize) { in p9_read_work() 593 p9_debug(P9_DEBUG_TRANS, "client %p msize %d\n", client, client->msize); in p9_conn_create()
|
/net/netfilter/ |
D | x_tables.c | 757 u_int16_t msize = cm->u.user.match_size; in xt_compat_match_from_user() local 765 memcpy(m->data, cm->data, msize - sizeof(*cm)); in xt_compat_match_from_user() 767 msize += off; in xt_compat_match_from_user() 768 m->u.user.match_size = msize; in xt_compat_match_from_user() 774 *dstptr += msize; in xt_compat_match_from_user() 790 u_int16_t msize = m->u.user.match_size - off; in xt_compat_match_to_user() local 792 if (XT_OBJ_TO_USER(cm, m, match, msize)) in xt_compat_match_to_user() 799 if (COMPAT_XT_DATA_TO_USER(cm, m, match, msize - sizeof(*cm))) in xt_compat_match_to_user() 804 *dstptr += msize; in xt_compat_match_to_user()
|
/net/bridge/netfilter/ |
D | ebtables.c | 1641 compat_uint_t msize = m->match_size - off; in compat_match_to_user() local 1648 put_user(msize, &cm->match_size)) in compat_match_to_user() 1655 if (xt_data_to_user(cm->data, m->data, match->usersize, msize, in compat_match_to_user() 1656 COMPAT_XT_ALIGN(msize))) in compat_match_to_user() 1662 *dstptr += msize; in compat_match_to_user()
|
/net/netfilter/ipvs/ |
D | ip_vs_sync.c | 1598 int msize; in ip_vs_send_sync_msg() local 1601 msize = ntohs(msg->size); in ip_vs_send_sync_msg() 1603 ret = ip_vs_send_async(sock, (char *)msg, msize); in ip_vs_send_sync_msg()
|