Home
last modified time | relevance | path

Searched refs:tsk_blocks (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/tipc/
H A Dsocket.c217 static u16 tsk_blocks(int len) in tsk_blocks() function
222 /* tsk_blocks(): translate a buffer size in bytes to number of
890 int blks = tsk_blocks(GROUP_H_SIZE + dlen); in tipc_send_group_msg()
940 int blks = tsk_blocks(GROUP_H_SIZE + dlen); in tipc_send_group_unicast()
986 int blks = tsk_blocks(GROUP_H_SIZE + dlen); in tipc_send_group_anycast()
1074 int blks = tsk_blocks(MCAST_H_SIZE + dlen); in tipc_send_group_bcast()
1978 tipc_group_update_rcv_win(tsk->group, tsk_blocks(hlen + dlen), in tipc_recvmsg()
/kernel/linux/linux-6.6/net/tipc/
H A Dsocket.c228 static u16 tsk_blocks(int len) in tsk_blocks() function
233 /* tsk_blocks(): translate a buffer size in bytes to number of
913 int blks = tsk_blocks(GROUP_H_SIZE + dlen); in tipc_send_group_msg()
963 int blks = tsk_blocks(GROUP_H_SIZE + dlen); in tipc_send_group_unicast()
1009 int blks = tsk_blocks(GROUP_H_SIZE + dlen); in tipc_send_group_anycast()
1094 int blks = tsk_blocks(MCAST_H_SIZE + dlen); in tipc_send_group_bcast()
1980 tipc_group_update_rcv_win(tsk->group, tsk_blocks(hlen + dlen), in tipc_recvmsg()

Completed in 11 milliseconds