Lines Matching refs:tipc_uaddr
152 static int tipc_sk_publish(struct tipc_sock *tsk, struct tipc_uaddr *ua);
153 static int tipc_sk_withdraw(struct tipc_sock *tsk, struct tipc_uaddr *ua);
677 struct tipc_uaddr *ua = (struct tipc_uaddr *)skaddr; in __tipc_bind()
716 struct tipc_uaddr *ua = (struct tipc_uaddr *)skaddr; in tipc_bind()
842 static int tipc_sendmcast(struct socket *sock, struct tipc_uaddr *ua, in tipc_sendmcast()
960 struct tipc_uaddr *ua = (struct tipc_uaddr *)m->msg_name; in tipc_send_group_unicast()
1003 struct tipc_uaddr *ua = (struct tipc_uaddr *)m->msg_name; in tipc_send_group_anycast()
1085 struct tipc_uaddr *ua = (struct tipc_uaddr *)m->msg_name; in tipc_send_group_bcast()
1159 struct tipc_uaddr *ua = (struct tipc_uaddr *)m->msg_name; in tipc_send_group_mcast()
1202 struct tipc_uaddr ua; in tipc_sk_mcast_rcv()
1413 struct tipc_uaddr *ua = (struct tipc_uaddr *)m->msg_name; in __tipc_sendmsg()
1446 ua = (struct tipc_uaddr *)&tsk->peer; in __tipc_sendmsg()
2897 static int tipc_sk_publish(struct tipc_sock *tsk, struct tipc_uaddr *ua) in tipc_sk_publish()
2922 static int tipc_sk_withdraw(struct tipc_sock *tsk, struct tipc_uaddr *ua) in tipc_sk_withdraw()
2926 struct tipc_uaddr _ua; in tipc_sk_withdraw()
2931 tipc_uaddr(&_ua, TIPC_SERVICE_RANGE, p->scope, in tipc_sk_withdraw()
3069 struct tipc_uaddr ua; in tipc_sk_join()
3087 tipc_uaddr(&ua, TIPC_SERVICE_RANGE, mreq->scope, in tipc_sk_join()
3107 struct tipc_uaddr ua; in tipc_sk_leave()