Searched refs:tipc_in_scope (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | addr.h | 85 bool tipc_in_scope(bool legacy_format, u32 domain, u32 addr);
|
H A D | addr.c | 40 bool tipc_in_scope(bool legacy_format, u32 domain, u32 addr) in tipc_in_scope() function
|
H A D | discover.c | 245 if (!tipc_in_scope(legacy, dst, self)) in tipc_disc_rcv() 247 if (!tipc_in_scope(legacy, b->domain, src)) in tipc_disc_rcv()
|
H A D | name_table.c | 557 if (!tipc_in_scope(legacy, *dnode, self)) in tipc_nametbl_translate()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | addr.h | 130 bool tipc_in_scope(bool legacy_format, u32 domain, u32 addr);
|
H A D | addr.c | 41 bool tipc_in_scope(bool legacy_format, u32 domain, u32 addr) in tipc_in_scope() function
|
H A D | discover.c | 246 if (!tipc_in_scope(legacy, dst, self)) in tipc_disc_rcv() 248 if (!tipc_in_scope(legacy, b->domain, src)) in tipc_disc_rcv()
|
H A D | name_table.c | 583 if (!tipc_in_scope(legacy, sk->node, self)) in tipc_nametbl_lookup_anycast()
|
Completed in 7 milliseconds