Home
last modified time | relevance | path

Searched refs:dsz (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/net/tipc/
Dmsg.c309 int pktno, nof_fragms, dsz, dmax, eat; in tipc_msg_fragment() local
319 dsz = msg_size(buf_msg(skb)); in tipc_msg_fragment()
321 if (dsz <= dmax || !dmax) in tipc_msg_fragment()
324 nof_fragms = dsz / dmax + 1; in tipc_msg_fragment()
329 eat = dsz % dmax; in tipc_msg_fragment()
369 int dsz, int pktmax, struct sk_buff_head *list) in tipc_msg_build() argument
373 int msz = mhsz + dsz; in tipc_msg_build()
376 int drem = dsz; in tipc_msg_build()
392 rc = tipc_msg_build(mhdr, m, offset, dsz, in tipc_msg_build()
394 if (rc != dsz) in tipc_msg_build()
[all …]
Dsocket.c158 static int __tipc_sendstream(struct socket *sock, struct msghdr *m, size_t dsz);
159 static int __tipc_sendmsg(struct socket *sock, struct msghdr *m, size_t dsz);
1397 struct msghdr *m, size_t dsz) in tipc_sendmsg() argument
1403 ret = __tipc_sendmsg(sock, m, dsz); in tipc_sendmsg()
1544 static int tipc_sendstream(struct socket *sock, struct msghdr *m, size_t dsz) in tipc_sendstream() argument
1550 ret = __tipc_sendstream(sock, m, dsz); in tipc_sendstream()
1651 static int tipc_send_packet(struct socket *sock, struct msghdr *m, size_t dsz) in tipc_send_packet() argument
1653 if (dsz > TIPC_MAX_USER_MSG_SIZE) in tipc_send_packet()
1656 return tipc_sendstream(sock, m, dsz); in tipc_send_packet()
Dmsg.h1172 int offset, int dsz, int mtu, struct sk_buff_head *list);
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_struct.h250 u64 dsz : 2; member