Lines Matching refs:scope
113 static int tipc_sk_publish(struct tipc_sock *tsk, uint scope,
115 static int tipc_sk_withdraw(struct tipc_sock *tsk, uint scope,
537 res = (addr->scope > 0) ? in tipc_bind()
538 tipc_sk_publish(tsk, addr->scope, &addr->addr.nameseq) : in tipc_bind()
539 tipc_sk_withdraw(tsk, -addr->scope, &addr->addr.nameseq); in tipc_bind()
580 addr->scope = 0; in tipc_getname()
732 u32 scope = TIPC_CLUSTER_SCOPE; in tipc_sk_mcast_rcv() local
746 scope = TIPC_NODE_SCOPE; in tipc_sk_mcast_rcv()
751 msg_nameupper(msg), scope, &dports); in tipc_sk_mcast_rcv()
1148 addr->scope = 0; /* could leave uninitialized */ in set_orig_addr()
2181 static int tipc_sk_publish(struct tipc_sock *tsk, uint scope, in tipc_sk_publish() argument
2195 scope, tsk->portid, key); in tipc_sk_publish()
2205 static int tipc_sk_withdraw(struct tipc_sock *tsk, uint scope, in tipc_sk_withdraw() argument
2215 if (publ->scope != scope) in tipc_sk_withdraw()