Symbol: tipc_uaddr
net/tipc/addr.h
64
static inline void tipc_uaddr(struct tipc_uaddr *ua, u32 atype, u32 scope,
net/tipc/addr.h
75
static inline bool tipc_uaddr_valid(struct tipc_uaddr *ua, int len)
net/tipc/msg.c
708
struct tipc_uaddr ua;
net/tipc/msg.c
722
tipc_uaddr(&ua, TIPC_SERVICE_RANGE, scope,
net/tipc/name_distr.c
239
struct tipc_uaddr ua;
net/tipc/name_distr.c
241
tipc_uaddr(&ua, TIPC_SERVICE_RANGE, p->scope, p->sr.type,
net/tipc/name_distr.c
284
struct tipc_uaddr ua;
net/tipc/name_distr.c
287
tipc_uaddr(&ua, TIPC_SERVICE_RANGE, TIPC_CLUSTER_SCOPE,
net/tipc/name_table.c
1058
struct tipc_uaddr ua;
net/tipc/name_table.c
1072
tipc_uaddr(&ua, TIPC_SERVICE_RANGE, TIPC_NODE_SCOPE,
net/tipc/name_table.c
229
static struct publication *tipc_publ_create(struct tipc_uaddr *ua,
net/tipc/name_table.c
258
struct tipc_uaddr *ua)
net/tipc/name_table.c
283
struct tipc_uaddr *ua)
net/tipc/name_table.c
464
struct tipc_uaddr *ua)
net/tipc/name_table.c
479
struct tipc_uaddr *ua,
net/tipc/name_table.c
500
struct tipc_uaddr *ua,
net/tipc/name_table.c
572
struct tipc_uaddr *ua,
net/tipc/name_table.c
630
bool tipc_nametbl_lookup_group(struct net *net, struct tipc_uaddr *ua,
net/tipc/name_table.c
677
void tipc_nametbl_lookup_mcast_sockets(struct net *net, struct tipc_uaddr *ua,
net/tipc/name_table.c
707
void tipc_nametbl_lookup_mcast_nodes(struct net *net, struct tipc_uaddr *ua,
net/tipc/name_table.c
733
struct tipc_uaddr *ua)
net/tipc/name_table.c
762
struct publication *tipc_nametbl_publish(struct net *net, struct tipc_uaddr *ua,
net/tipc/name_table.c
800
void tipc_nametbl_withdraw(struct net *net, struct tipc_uaddr *ua,
net/tipc/name_table.c
834
struct tipc_uaddr ua;
net/tipc/name_table.c
837
tipc_uaddr(&ua, TIPC_SERVICE_RANGE, TIPC_NODE_SCOPE, type,
net/tipc/name_table.c
864
struct tipc_uaddr ua;
net/tipc/name_table.c
866
tipc_uaddr(&ua, TIPC_SERVICE_RANGE, TIPC_NODE_SCOPE,
net/tipc/name_table.h
117
bool tipc_nametbl_lookup_anycast(struct net *net, struct tipc_uaddr *ua,
net/tipc/name_table.h
119
void tipc_nametbl_lookup_mcast_sockets(struct net *net, struct tipc_uaddr *ua,
net/tipc/name_table.h
121
void tipc_nametbl_lookup_mcast_nodes(struct net *net, struct tipc_uaddr *ua,
net/tipc/name_table.h
123
bool tipc_nametbl_lookup_group(struct net *net, struct tipc_uaddr *ua,
net/tipc/name_table.h
127
struct tipc_uaddr *ua);
net/tipc/name_table.h
128
struct publication *tipc_nametbl_publish(struct net *net, struct tipc_uaddr *ua,
net/tipc/name_table.h
130
void tipc_nametbl_withdraw(struct net *net, struct tipc_uaddr *ua,
net/tipc/name_table.h
133
struct tipc_uaddr *ua,
net/tipc/name_table.h
137
struct tipc_uaddr *ua,
net/tipc/name_table.h
45
struct tipc_uaddr;
net/tipc/net.c
130
struct tipc_uaddr ua;
net/tipc/net.c
132
tipc_uaddr(&ua, TIPC_SERVICE_RANGE, TIPC_CLUSTER_SCOPE,
net/tipc/node.c
403
struct tipc_uaddr ua;
net/tipc/node.c
411
tipc_uaddr(&ua, TIPC_SERVICE_RANGE, TIPC_NODE_SCOPE,
net/tipc/socket.c
1002
struct tipc_uaddr *ua = (struct tipc_uaddr *)m->msg_name;
net/tipc/socket.c
1083
struct tipc_uaddr *ua = (struct tipc_uaddr *)m->msg_name;
net/tipc/socket.c
1157
struct tipc_uaddr *ua = (struct tipc_uaddr *)m->msg_name;
net/tipc/socket.c
1199
struct tipc_uaddr ua;
net/tipc/socket.c
1410
struct tipc_uaddr *ua = (struct tipc_uaddr *)m->msg_name;
net/tipc/socket.c
1443
ua = (struct tipc_uaddr *)&tsk->peer;
net/tipc/socket.c
150
static int tipc_sk_publish(struct tipc_sock *tsk, struct tipc_uaddr *ua);
net/tipc/socket.c
151
static int tipc_sk_withdraw(struct tipc_sock *tsk, struct tipc_uaddr *ua);
net/tipc/socket.c
2902
static int tipc_sk_publish(struct tipc_sock *tsk, struct tipc_uaddr *ua)
net/tipc/socket.c
2927
static int tipc_sk_withdraw(struct tipc_sock *tsk, struct tipc_uaddr *ua)
net/tipc/socket.c
2931
struct tipc_uaddr _ua;
net/tipc/socket.c
2936
tipc_uaddr(&_ua, TIPC_SERVICE_RANGE, p->scope,
net/tipc/socket.c
3072
struct tipc_uaddr ua;
net/tipc/socket.c
3090
tipc_uaddr(&ua, TIPC_SERVICE_RANGE, mreq->scope,
net/tipc/socket.c
3110
struct tipc_uaddr ua;
net/tipc/socket.c
676
struct tipc_uaddr *ua = (struct tipc_uaddr *)skaddr;
net/tipc/socket.c
715
struct tipc_uaddr *ua = (struct tipc_uaddr *)skaddr;
net/tipc/socket.c
841
static int tipc_sendmcast(struct socket *sock, struct tipc_uaddr *ua,
net/tipc/socket.c
959
struct tipc_uaddr *ua = (struct tipc_uaddr *)m->msg_name;