Home
last modified time | relevance | path

Searched refs:TIPC_SERVICE_RANGE (Results 1 – 9 of 9) sorted by relevance

/linux/net/tipc/
H A Daddr.h86 if (atype == TIPC_SERVICE_RANGE) in tipc_uaddr_valid()
H A Dname_distr.c241 tipc_uaddr(&ua, TIPC_SERVICE_RANGE, p->scope, p->sr.type, in tipc_publ_purge()
287 tipc_uaddr(&ua, TIPC_SERVICE_RANGE, TIPC_CLUSTER_SCOPE, in tipc_update_nametbl()
H A Dnet.c132 tipc_uaddr(&ua, TIPC_SERVICE_RANGE, TIPC_CLUSTER_SCOPE, in tipc_net_finalize()
H A Dname_table.c835 tipc_uaddr(&ua, TIPC_SERVICE_RANGE, TIPC_NODE_SCOPE, type, in tipc_nametbl_subscribe()
864 tipc_uaddr(&ua, TIPC_SERVICE_RANGE, TIPC_NODE_SCOPE, in tipc_nametbl_unsubscribe()
1070 tipc_uaddr(&ua, TIPC_SERVICE_RANGE, TIPC_NODE_SCOPE, in tipc_nl_service_list()
H A Dsocket.c684 ua->addrtype = TIPC_SERVICE_RANGE; in __tipc_bind()
1204 ua.addrtype = TIPC_SERVICE_RANGE; in tipc_sk_mcast_rcv()
1437 if (atype == TIPC_SERVICE_RANGE) in __tipc_sendmsg()
1464 if (atype == TIPC_SERVICE_RANGE) { in __tipc_sendmsg()
2553 if (addr->addrtype == TIPC_SERVICE_RANGE) in tipc_sockaddr_is_sane()
2603 } else if (dst->addrtype == TIPC_SERVICE_RANGE) { in tipc_connect()
2934 tipc_uaddr(&_ua, TIPC_SERVICE_RANGE, p->scope, in tipc_sk_withdraw()
3090 tipc_uaddr(&ua, TIPC_SERVICE_RANGE, mreq->scope, in tipc_sk_join()
3115 ua.addrtype = TIPC_SERVICE_RANGE; in tipc_sk_leave()
H A Dtopsrv.c536 saddr.addrtype = TIPC_SERVICE_RANGE; in tipc_topsrv_create_listener()
H A Dmsg.c722 tipc_uaddr(&ua, TIPC_SERVICE_RANGE, scope, in tipc_msg_lookup_dest()
H A Dnode.c411 tipc_uaddr(&ua, TIPC_SERVICE_RANGE, TIPC_NODE_SCOPE, in tipc_node_write_unlock()
/linux/include/uapi/linux/
H A Dtipc.h153 #define TIPC_SERVICE_RANGE 1 macro