Searched refs:blks (Results 1 – 3 of 3) sorted by relevance
/net/tipc/ |
D | group.c | 505 int mtyp, blks; in tipc_group_filter_msg() local 531 blks = msg_blocks(hdr); in tipc_group_filter_msg() 581 tipc_group_update_rcv_win(grp, blks, node, port, xmitq); in tipc_group_filter_msg() 588 void tipc_group_update_rcv_win(struct tipc_group *grp, int blks, u32 node, in tipc_group_update_rcv_win() argument 601 m->advertised -= blks; in tipc_group_update_rcv_win()
|
D | group.h | 72 void tipc_group_update_rcv_win(struct tipc_group *grp, int blks, u32 node,
|
D | socket.c | 912 int blks = tsk_blocks(GROUP_H_SIZE + dlen); in tipc_send_group_msg() local 939 tipc_group_update_member(mb, blks); in tipc_send_group_msg() 962 int blks = tsk_blocks(GROUP_H_SIZE + dlen); in tipc_send_group_unicast() local 978 !tipc_group_cong(tsk->group, node, port, blks, in tipc_send_group_unicast() 1008 int blks = tsk_blocks(GROUP_H_SIZE + dlen); in tipc_send_group_anycast() local 1034 cong = tipc_group_cong(tsk->group, node, port, blks, in tipc_send_group_anycast() 1056 blks, &mbr)); in tipc_send_group_anycast() 1093 int blks = tsk_blocks(MCAST_H_SIZE + dlen); in tipc_send_group_bcast() local 1102 !tipc_group_bc_cong(tsk->group, blks)); in tipc_send_group_bcast() 1138 tipc_group_update_bc_members(tsk->group, blks, ack); in tipc_send_group_bcast()
|