Searched refs:tipc_group_cong (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/tipc/ |
H A D | group.h | 69 bool tipc_group_cong(struct tipc_group *grp, u32 dnode, u32 dport,
|
H A D | group.c | 417 bool tipc_group_cong(struct tipc_group *grp, u32 dnode, u32 dport, in tipc_group_cong() function 467 return tipc_group_cong(grp, m->node, m->port, len, &m); in tipc_group_bc_cong()
|
H A D | socket.c | 979 !tipc_group_cong(tsk->group, node, port, blks, in tipc_send_group_unicast() 1035 cong = tipc_group_cong(tsk->group, node, port, blks, in tipc_send_group_anycast() 1056 !tipc_group_cong(tsk->group, node, port, in tipc_send_group_anycast()
|