Home
last modified time | relevance | path

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

/linux/net/tipc/
H A Dsocket.c226 static u16 tsk_blocks(int len) in tsk_blocks()
231 /* tsk_blocks(): translate a buffer size in bytes to number of
911 int blks = tsk_blocks(GROUP_H_SIZE + dlen); in tipc_send_group_msg()
961 int blks = tsk_blocks(GROUP_H_SIZE + dlen); in tipc_send_group_unicast()
1007 int blks = tsk_blocks(GROUP_H_SIZE + dlen); in tipc_send_group_anycast()
1091 int blks = tsk_blocks(MCAST_H_SIZE + dlen); in tipc_send_group_bcast()
1979 tipc_group_update_rcv_win(tsk->group, tsk_blocks(hlen + dlen), in tipc_recvmsg()
225 static u16 tsk_blocks(int len) tsk_blocks() function