Lines Matching refs:atype
716 u32 atype = ua->addrtype; in tipc_bind() local
721 if (atype == TIPC_SOCKET_ADDR) in tipc_bind()
1418 int atype, mtu, rc; in __tipc_sendmsg() local
1426 atype = ua->addrtype; in __tipc_sendmsg()
1433 if (atype == TIPC_SERVICE_ADDR) in __tipc_sendmsg()
1435 if (atype == TIPC_SOCKET_ADDR) in __tipc_sendmsg()
1437 if (atype == TIPC_SERVICE_RANGE) in __tipc_sendmsg()
1446 atype = ua->addrtype; in __tipc_sendmsg()
1456 if (atype == TIPC_SERVICE_ADDR) in __tipc_sendmsg()
1457 tsk->conn_addrtype = atype; in __tipc_sendmsg()
1464 if (atype == TIPC_SERVICE_RANGE) { in __tipc_sendmsg()
1466 } else if (atype == TIPC_SERVICE_ADDR) { in __tipc_sendmsg()
1471 } else if (atype == TIPC_SOCKET_ADDR) { in __tipc_sendmsg()
1486 if (atype == TIPC_SERVICE_ADDR) { in __tipc_sendmsg()