Lines Matching refs:scope
111 static int tipc_sk_publish(struct tipc_sock *tsk, uint scope,
113 static int tipc_sk_withdraw(struct tipc_sock *tsk, uint scope,
530 res = (addr->scope > 0) ? in tipc_bind()
531 tipc_sk_publish(tsk, addr->scope, &addr->addr.nameseq) : in tipc_bind()
532 tipc_sk_withdraw(tsk, -addr->scope, &addr->addr.nameseq); in tipc_bind()
573 addr->scope = 0; in tipc_getname()
722 u32 scope = TIPC_CLUSTER_SCOPE; in tipc_sk_mcast_rcv() local
736 scope = TIPC_NODE_SCOPE; in tipc_sk_mcast_rcv()
741 msg_nameupper(msg), scope, &dports); in tipc_sk_mcast_rcv()
1133 addr->scope = 0; /* could leave uninitialized */ in set_orig_addr()
2171 static int tipc_sk_publish(struct tipc_sock *tsk, uint scope, in tipc_sk_publish() argument
2185 scope, tsk->portid, key); in tipc_sk_publish()
2195 static int tipc_sk_withdraw(struct tipc_sock *tsk, uint scope, in tipc_sk_withdraw() argument
2205 if (publ->scope != scope) in tipc_sk_withdraw()