Lines Matching refs:tipc_uaddr
150 static int tipc_sk_publish(struct tipc_sock *tsk, struct tipc_uaddr *ua);
151 static int tipc_sk_withdraw(struct tipc_sock *tsk, struct tipc_uaddr *ua);
676 struct tipc_uaddr *ua = (struct tipc_uaddr *)skaddr; in __tipc_bind()
715 struct tipc_uaddr *ua = (struct tipc_uaddr *)skaddr; in tipc_bind()
841 static int tipc_sendmcast(struct socket *sock, struct tipc_uaddr *ua, in tipc_sendmcast()
959 struct tipc_uaddr *ua = (struct tipc_uaddr *)m->msg_name; in tipc_send_group_unicast()
1002 struct tipc_uaddr *ua = (struct tipc_uaddr *)m->msg_name; in tipc_send_group_anycast()
1083 struct tipc_uaddr *ua = (struct tipc_uaddr *)m->msg_name; in tipc_send_group_bcast()
1157 struct tipc_uaddr *ua = (struct tipc_uaddr *)m->msg_name; in tipc_send_group_mcast()
1199 struct tipc_uaddr ua; in tipc_sk_mcast_rcv()
1410 struct tipc_uaddr *ua = (struct tipc_uaddr *)m->msg_name; in __tipc_sendmsg()
1443 ua = (struct tipc_uaddr *)&tsk->peer; in __tipc_sendmsg()
2900 static int tipc_sk_publish(struct tipc_sock *tsk, struct tipc_uaddr *ua) in tipc_sk_publish()
2925 static int tipc_sk_withdraw(struct tipc_sock *tsk, struct tipc_uaddr *ua) in tipc_sk_withdraw()
2929 struct tipc_uaddr _ua; in tipc_sk_withdraw()
2934 tipc_uaddr(&_ua, TIPC_SERVICE_RANGE, p->scope, in tipc_sk_withdraw()
3072 struct tipc_uaddr ua; in tipc_sk_join()
3090 tipc_uaddr(&ua, TIPC_SERVICE_RANGE, mreq->scope, in tipc_sk_join()
3110 struct tipc_uaddr ua; in tipc_sk_leave()