Home
last modified time | relevance | path

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

/Linux-v5.10/net/tipc/
Dsocket.c849 msg_set_lookup_scope(hdr, TIPC_CLUSTER_SCOPE); in tipc_sendmcast()
1479 msg_set_lookup_scope(hdr, tipc_node2scope(dnode)); in __tipc_sendmsg()
1484 msg_set_lookup_scope(hdr, 0); in __tipc_sendmsg()
1653 msg_set_lookup_scope(msg, 0); in tipc_sk_finish_conn()
3055 msg_set_lookup_scope(hdr, mreq->scope); in tipc_sk_join()
Dmsg.h492 static inline void msg_set_lookup_scope(struct tipc_msg *m, u32 n) in msg_set_lookup_scope() function