Home
last modified time | relevance | path

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

/net/9p/
A Dclient.c72 if (clnt->msize != DEFAULT_MSIZE) in p9_show_client_options()
145 clnt->msize = DEFAULT_MSIZE; in parse_opts()
176 clnt->msize = option; in parse_opts()
915 int msize; in p9_client_version() local
923 c->msize, "9P2000.L"); in p9_client_version()
927 c->msize, "9P2000.u"); in p9_client_version()
931 c->msize, "9P2000"); in p9_client_version()
961 if (msize < 4096) { in p9_client_version()
967 if (msize < c->msize) in p9_client_version()
968 c->msize = msize; in p9_client_version()
[all …]
A Dtrans_rdma.c301 ib_dma_unmap_single(rdma->cm_id->device, c->busa, client->msize, in recv_done()
391 c->rc.sdata, client->msize, in post_recv()
399 sge.length = client->msize; in post_recv()
410 client->msize, DMA_FROM_DEVICE); in post_recv()
A Dtrans_fd.c591 p9_debug(P9_DEBUG_TRANS, "client %p msize %d\n", client, client->msize); in p9_conn_create()
/net/netfilter/
A Dx_tables.c757 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/kcm/
A Dkcmsock.c612 unsigned int msize; in kcm_write_msgs() local
637 msize = 0; in kcm_write_msgs()
639 msize += skb_frag_size(&skb_shinfo(skb)->frags[i]); in kcm_write_msgs()
643 skb_shinfo(skb)->nr_frags, msize); in kcm_write_msgs()
/net/bridge/netfilter/
A Debtables.c1646 compat_uint_t msize = m->match_size - off; in compat_match_to_user() local
1653 put_user(msize, &cm->match_size)) in compat_match_to_user()
1660 if (xt_data_to_user(cm->data, m->data, match->usersize, msize, in compat_match_to_user()
1661 COMPAT_XT_ALIGN(msize))) in compat_match_to_user()
1667 *dstptr += msize; in compat_match_to_user()
/net/netfilter/ipvs/
A Dip_vs_sync.c1590 int msize; in ip_vs_send_sync_msg() local
1593 msize = ntohs(msg->size); in ip_vs_send_sync_msg()
1595 ret = ip_vs_send_async(sock, (char *)msg, msize); in ip_vs_send_sync_msg()

Completed in 48 milliseconds