Home
last modified time | relevance | path

Searched refs:tipc_uaddr (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/net/tipc/
Dname_table.h45 struct tipc_uaddr;
115 bool tipc_nametbl_lookup_anycast(struct net *net, struct tipc_uaddr *ua,
117 void tipc_nametbl_lookup_mcast_sockets(struct net *net, struct tipc_uaddr *ua,
119 void tipc_nametbl_lookup_mcast_nodes(struct net *net, struct tipc_uaddr *ua,
121 bool tipc_nametbl_lookup_group(struct net *net, struct tipc_uaddr *ua,
125 struct tipc_uaddr *ua);
126 struct publication *tipc_nametbl_publish(struct net *net, struct tipc_uaddr *ua,
128 void tipc_nametbl_withdraw(struct net *net, struct tipc_uaddr *ua,
131 struct tipc_uaddr *ua,
135 struct tipc_uaddr *ua,
Daddr.h50 struct tipc_uaddr { struct
64 static inline void tipc_uaddr(struct tipc_uaddr *ua, u32 atype, u32 scope, in tipc_uaddr() argument
75 static inline bool tipc_uaddr_valid(struct tipc_uaddr *ua, int len) in tipc_uaddr_valid()
Dname_table.c229 static struct publication *tipc_publ_create(struct tipc_uaddr *ua, in tipc_publ_create()
258 struct tipc_uaddr *ua) in tipc_service_create()
283 struct tipc_uaddr *ua) in tipc_service_find_range()
462 struct tipc_uaddr *ua) in tipc_service_find()
477 struct tipc_uaddr *ua, in tipc_nametbl_insert_publ()
498 struct tipc_uaddr *ua, in tipc_nametbl_remove_publ()
570 struct tipc_uaddr *ua, in tipc_nametbl_lookup_anycast()
628 bool tipc_nametbl_lookup_group(struct net *net, struct tipc_uaddr *ua, in tipc_nametbl_lookup_group()
675 void tipc_nametbl_lookup_mcast_sockets(struct net *net, struct tipc_uaddr *ua, in tipc_nametbl_lookup_mcast_sockets()
705 void tipc_nametbl_lookup_mcast_nodes(struct net *net, struct tipc_uaddr *ua, in tipc_nametbl_lookup_mcast_nodes()
[all …]
Dname_distr.c239 struct tipc_uaddr ua; in tipc_publ_purge()
241 tipc_uaddr(&ua, TIPC_SERVICE_RANGE, p->scope, p->sr.type, in tipc_publ_purge()
284 struct tipc_uaddr ua; in tipc_update_nametbl()
287 tipc_uaddr(&ua, TIPC_SERVICE_RANGE, TIPC_CLUSTER_SCOPE, in tipc_update_nametbl()
Dsocket.c152 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);
678 struct tipc_uaddr *ua = (struct tipc_uaddr *)skaddr; in __tipc_bind()
717 struct tipc_uaddr *ua = (struct tipc_uaddr *)skaddr; in tipc_bind()
843 static int tipc_sendmcast(struct socket *sock, struct tipc_uaddr *ua, in tipc_sendmcast()
961 struct tipc_uaddr *ua = (struct tipc_uaddr *)m->msg_name; in tipc_send_group_unicast()
1004 struct tipc_uaddr *ua = (struct tipc_uaddr *)m->msg_name; in tipc_send_group_anycast()
1086 struct tipc_uaddr *ua = (struct tipc_uaddr *)m->msg_name; in tipc_send_group_bcast()
1160 struct tipc_uaddr *ua = (struct tipc_uaddr *)m->msg_name; in tipc_send_group_mcast()
1203 struct tipc_uaddr ua; in tipc_sk_mcast_rcv()
[all …]
Dnet.c130 struct tipc_uaddr ua; in tipc_net_finalize()
132 tipc_uaddr(&ua, TIPC_SERVICE_RANGE, TIPC_CLUSTER_SCOPE, in tipc_net_finalize()
Dmsg.c704 struct tipc_uaddr ua; in tipc_msg_lookup_dest()
718 tipc_uaddr(&ua, TIPC_SERVICE_RANGE, scope, in tipc_msg_lookup_dest()
Dnode.c405 struct tipc_uaddr ua; in tipc_node_write_unlock()
413 tipc_uaddr(&ua, TIPC_SERVICE_RANGE, TIPC_NODE_SCOPE, in tipc_node_write_unlock()