Searched refs:tipc_group_cong (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | group.h | 68 bool tipc_group_cong(struct tipc_group *grp, u32 dnode, u32 dport,
|
H A D | group.c | 416 bool tipc_group_cong(struct tipc_group *grp, u32 dnode, u32 dport, in tipc_group_cong() function 466 return tipc_group_cong(grp, m->node, m->port, len, &m); in tipc_group_bc_cong()
|
H A D | socket.c | 956 !tipc_group_cong(tsk->group, node, port, blks, in tipc_send_group_unicast() 1015 cong = tipc_group_cong(tsk->group, node, port, blks, in tipc_send_group_anycast() 1036 !tipc_group_cong(tsk->group, node, port, in tipc_send_group_anycast()
|
/kernel/linux/linux-6.6/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()
|
Completed in 13 milliseconds