Searched refs:tipc_uaddr (Results 1 – 8 of 8) sorted by relevance
/net/tipc/ |
D | name_table.h | 45 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,
|
D | name_table.c | 229 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 …]
|
D | addr.h | 50 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()
|
D | name_distr.c | 239 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()
|
D | socket.c | 153 static int tipc_sk_publish(struct tipc_sock *tsk, struct tipc_uaddr *ua); 154 static int tipc_sk_withdraw(struct tipc_sock *tsk, struct tipc_uaddr *ua); 679 struct tipc_uaddr *ua = (struct tipc_uaddr *)skaddr; in __tipc_bind() 718 struct tipc_uaddr *ua = (struct tipc_uaddr *)skaddr; in tipc_bind() 844 static int tipc_sendmcast(struct socket *sock, struct tipc_uaddr *ua, in tipc_sendmcast() 962 struct tipc_uaddr *ua = (struct tipc_uaddr *)m->msg_name; in tipc_send_group_unicast() 1005 struct tipc_uaddr *ua = (struct tipc_uaddr *)m->msg_name; in tipc_send_group_anycast() 1087 struct tipc_uaddr *ua = (struct tipc_uaddr *)m->msg_name; in tipc_send_group_bcast() 1161 struct tipc_uaddr *ua = (struct tipc_uaddr *)m->msg_name; in tipc_send_group_mcast() 1204 struct tipc_uaddr ua; in tipc_sk_mcast_rcv() [all …]
|
D | net.c | 130 struct tipc_uaddr ua; in tipc_net_finalize() 132 tipc_uaddr(&ua, TIPC_SERVICE_RANGE, TIPC_CLUSTER_SCOPE, in tipc_net_finalize()
|
D | msg.c | 708 struct tipc_uaddr ua; in tipc_msg_lookup_dest() 722 tipc_uaddr(&ua, TIPC_SERVICE_RANGE, scope, in tipc_msg_lookup_dest()
|
D | node.c | 405 struct tipc_uaddr ua; in tipc_node_write_unlock() 413 tipc_uaddr(&ua, TIPC_SERVICE_RANGE, TIPC_NODE_SCOPE, in tipc_node_write_unlock()
|